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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: "SSNickson";
    src: url('/wp-content/themes/flatsome-child/fonts/S%26S%20Nickson%20One.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue57";
    src: url('/wp-content/themes/flatsome-child/fonts/NeueHelveticaPro57Condensed/font.woff2') format('woff2'),url("/wp-content/themes/flatsome-child/fonts/NeueHelveticaPro57Condensed/font.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue57Bold";
    src: url('/wp-content/themes/flatsome-child/fonts/NeueHelveticaPro77CondensedBold/font.woff2') format('woff2'),url("/wp-content/themes/flatsome-child/fonts/NeueHelveticaPro77CondensedBold/font.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


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


}