/*
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: "Arsenal";
    src: url(/wp-content/fonts/arsenal/Arsenal-Regular.woff2) format("woff2"), url(/wp-content/fonts/arsenal/Arsenal-Regular.woff) format("woff"), url(/wp-content/fonts/arsenal/Arsenal-Regular.otf) format("opentype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Arsenal";
    src: url(/wp-content/fonts/arsenal/Arsenal-Italic.woff2) format("woff2"), url(/wp-content/fonts/arsenal/Arsenal-Italic.woff) format("woff"), url(/wp-content/fonts/arsenal/Arsenal-Italic.otf) format("opentype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "Arsenal";
    src: url(/wp-content/fonts/arsenal/Arsenal-Bold.woff2) format("woff2"), url(/wp-content/fonts/arsenal/Arsenal-Bold.woff) format("woff"), url(/wp-content/fonts/arsenal/Arsenal-Bold.otf) format("opentype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Arsenal";
    src: url(/wp-content/fonts/arsenal/Arsenal-BoldItalic.woff2) format("woff2"), url(/wp-content/fonts/arsenal/Arsenal-BoldItalic.woff) format("woff"), url(/wp-content/fonts/arsenal/Arsenal-BoldItalic.otf) format("opentype");
    font-style: italic;
    font-weight: bold;
}

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


}