/*
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: 'BrandonText';
    src: url('fonts/BrandonText-Regular.woff2') format('woff2'),
        url('fonts/BrandonText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonText';
    src: url('fonts/BrandonText-Medium.woff2') format('woff2'),
        url('fonts/BrandonText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonText';
    src: url('fonts/BrandonText-Light.woff2') format('woff2'),
        url('fonts/BrandonText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FreightText';
    src: url('fonts/FreightTextProBook-Regular.woff2') format('woff2'),
        url('fonts/FreightTextProBook-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FreightText';
    src: url('fonts/FreightTextPro-LightItalic.woff2') format('woff2'),
        url('fonts/FreightTextPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

/* Use Freight Text for body/paragraph */
body,
p,
.ux-text,
.entry-content {
    font-family: 'FreightText', Georgia, serif;
}

/* Use BrandonText for headings */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.ux-heading,
.heading {
    font-family: 'BrandonText', Helvetica, sans-serif;
}

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