/*
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.   ***************/
/* Khai báo font Rastofi (Bản thường) */
@font-face {
    font-family: 'Rastofi';
    src: url('fonts/Rastofi-DEMO-VERSION.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Khai báo font Rastofi (Bản in nghiêng) */
@font-face {
    font-family: 'Rastofi';
    src: url('fonts/Rastofi-Italic-DEMO-VERSION.woff') format('woff');
    font-weight: normal;
    font-style: italic; /* Cờ nhận diện in nghiêng */
    font-display: swap;
}

/* Khai báo font Ziporah */
@font-face {
    font-family: 'Ziporah';
    src: url('fonts/Ziporah.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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


}