/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@font-face {
    font-family: "Gilroy";
    font-weight: 400;
    src: url(fonts/SVN-Gilroy-Regular.otf) format("opentype")
}

@font-face {
    font-family: "Gilroy";
    font-weight: 500;
    src: url(fonts/SVN-Gilroy-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Gilroy";
    font-weight: 600;
    src: url(fonts/SVN-Gilroy-SemiBold.otf) format("opentype")
}

body, body.wfacp_main_wrapper, body.wfacp_pre_built {
    font-family: "Gilroy";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow Condensed', sans-serif;
}
@media only screen and (min-width: 850px) {
    .banner p {
        font-size: 15px;
    }
}



/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (min-width: 1200px) {}