/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/*************** THÊM CSS TÙY CHỈNH Ở ĐÂY.   ***************/
@font-face {
    font-family: 'poppin';
    src:
        url(./assets/fonts/UTMAvo-Italic.woff) format('woff');
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'poppin';
    src:
        url(./assets/fonts/UTMAvo.woff) format('woff');
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: 'poppin';
    src:
        url(./assets/fonts/UTMAvoBold.woff) format('woff');
    font-display: swap;
    font-weight: bold;
}

/* Thêm các khối @font-face cho các trọng số và kiểu font khác của UTMAvo ở đây */

.fw500 * {
    font-weight: 500;
}

.price > .amount, .price ins .amount {
    color: var(--primary-color) !important;
}

h1, h2, h3, h4, h5, h6 strong {
    font-family: 'poppin' !important;
}

body {
    font-family: 'poppin' !important;
    font-weight: 400;
    font-size: 14px;
}

.nav > li > a {
    font-family: 'poppin' !important;
}

.mg0 p {
    margin-bottom: 0;
}

.header-main .nav-right > li > a {
    display: block;
    text-align: center;
    font-family: 'poppin';
}

[data-icon-label]:after {
    right: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}