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

/* Deklarasi Font GT Maru */

/* Deklarasi Font GT Maru */

/* Regular */
@font-face {
    font-family: 'GT Maru';
    src: url('fonts/GTMaru-regular.woff2') format('woff2'),
         url('fonts/GTMaru-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'GT Maru';
    src: url('fonts/GTMaru-medium.woff2') format('woff2'),
         url('fonts/GTMaru-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'GT Maru';
    src: url('fonts/GTMaru-bold.woff2') format('woff2'),
         url('fonts/GTMaru-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


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


}