/*
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: 'MTDValkyBold';
    src: url('fonts/MTDValkyBold.eot');
    src: url('fonts/MTDValkyBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MTDValkyBold.woff2') format('woff2'),
        url('fonts/MTDValkyBold.woff') format('woff'),
        url('fonts/MTDValkyBold.ttf') format('truetype'),
        url('fonts/MTDValkyBold.svg#MTD') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MTD Valky';
    src: url('MTDValkyLight.eot');
    src: url('MTDValkyLight.eot?#iefix') format('embedded-opentype'),
        url('MTDValkyLight.woff2') format('woff2'),
        url('MTDValkyLight.woff') format('woff'),
        url('MTDValkyLight.ttf') format('truetype'),
        url('MTDValkyLight.svg#MTDValkyLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



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


}