/*
Theme Name: LFS
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: 'ULM Grotesk';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(./fonts/UlmGrotesk-Extrabold.ttf) format('truetype')
}

@font-face {
    font-family: 'ULM Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(./fonts/UlmGrotesk-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'ULM Grotesk';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url(./fonts/UlmGrotesk-Medium.ttf) format('truetype')
}

@font-face {
    font-family: 'ULM Grotesk';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url(./fonts/UlmGrotesk-Bold.ttf) format('truetype')
}

@font-face {
    font-family: 'ULM Grotesk';
    font-style: normal;
    font-weight: 100;
    font-display: auto;
    src: url(./fonts/UlmGrotesk-Light.ttf) format('truetype')
}

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


}