/*
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.   ***************/
/* font UTM Avo */
/* 1. UTM Avo Regular (Thường) */
@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTM-Avo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 2. UTM Avo Bold (In đậm) */
@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTM-AvoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* 3. UTM Avo Italic (In nghiêng) */
@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTM-AvoItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* 4. UTM Avo Bold Italic (Đậm + Nghiêng) */
@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTM-AvoBold_Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* Áp dụng font UTM Avo cho toàn bộ website */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, li, strong, em {
    font-family: 'UTM Avo', sans-serif !important;
}

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


}