/*
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.   ***************/

/* ===============================
   CUSTOM FONTS IMPORT - FLATSOME CHILD THEME
   =============================== */

/* 1. Khai báo font-face */
@font-face {
    font-family: 'EquitanSans';
    src: url('fonts/EquitanSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialMTProGrk';
    src: url('fonts/ArialMTProGrk-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NimbusSansNovusT';
    src: url('fonts/nimbussansnovust-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* ===============================
   FONT APPLICATION
   =============================== */

/* Base font – dùng cho body và text chính */
body {
    font-family: 'NimbusSansNovusT', sans-serif;
}

/* Body font riêng biệt (nếu bạn muốn phân biệt rõ) */
p, span, li, input, textarea {
    font-family: 'EquitanSans', sans-serif;
}

/* Navigation font – menu chính + mobile menu */
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: 'ArialMTProGrk', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: normal;
}

/* Heading font – tiêu đề h1-h6 */
h1, h2, h3, h4, h5, h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'ArialMTProGrk', sans-serif;
	font-weight: 400;
}

/* Alt font */
.alt-font {
    font-family: 'EquitanSans', sans-serif;
}

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


}