/*
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 chính: SVN-Georgia Regular */
/* @font-face {
    font-family: 'SVN-Georgia';
    src: url('/wp-content/fonts/georgia/SVN-Georgia.woff2') format('woff2'),
         url('/wp-content/fonts/georgia/SVN-Georgia.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Georgia';
    src: url('/wp-content/fonts/georgia/SVN-GeorgiaBold.woff2') format('woff2'),
         url('/wp-content/fonts/georgia/SVN-GeorgiaBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Georgia';
    src: url('/wp-content/fonts/georgia/SVN-GeorgiaItalic.woff2') format('woff2'),
         url('/wp-content/fonts/georgia/SVN-GeorgiaItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Georgia';
    src: url('/wp-content/fonts/georgia/SVN-GeorgiaBoldItalic.woff2') format('woff2'),
         url('/wp-content/fonts/georgia/SVN-GeorgiaBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

body,
p,
a,
li,
span,
input,
button,
textarea {
    font-family: 'SVN-Georgia', serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SVN-Georgia', serif;
    font-weight: 700; 
} */



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


}