/*
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-face {
    font-family: Pangea;
    src: url(https://wpaoquan.nextcore.vn/wp-content/themes/flatsome-child/fonts/Pangea-Regular.otf)format('truetype');
}

body #wrapper, #wrapper p, #wrapper span, #wrapper a, #wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6, #wrapper ul, #wrapper li {
    font-family: Pangea !important;
}



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


}