/*
Theme Name: ketoan-theme
Template: flatsome
Version: 1.0
Author: Bui Tuan Huy
Description: Child theme for Flatsome
*/

/*font*/
body,
h1, h2, h3, h4, h5, h6,
p, strong, span, em, a, nav, a.nav-top-link{
    font-family: 'Roboto', sans-serif !important;
}

.single-post .entry-content,
.page .entry-content {
    font-family: 'Roboto', sans-serif !important;
}

.footer-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2a4e9a;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}
