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

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');

@font-face {
    font-family: SFProDisplay;
    src: url(/wp-content/fonts/sfprodisplay/SF-Pro-Display-Regular.woff2);
    font-weight: normal;
}
@font-face {
    font-family: SFProDisplay;
    src: url(/wp-content/fonts/sfprodisplay/SF-Pro-Display-Semibold.woff2);
    font-weight: bold;
}
@font-face {
    font-family: SFProDisplay;
    src: url(/wp-content/fonts/sfprodisplay/SF-Pro-Display-Heavy.woff2);
    font-weight: 900;
}
@font-face {
    font-family: SFProDisplay;
    src: url(/wp-content/fonts/sfprodisplay/SF-Pro-Display-RegularItalic.woff2);
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: SFProDisplay;
    src: url(/wp-content/fonts/sfprodisplay/SF-Pro-Display-SemiboldItalic.woff2);
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: SFProDisplay;
    src: url(/wp-content/fonts/sfprodisplay/SF-Pro-Display-HeavyItalic.woff2);
    font-weight: 900;
    font-style: italic;
}

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


}