/*
Theme Name: MKR 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: 'Dorchester Script MT';
    src: url('fonts/DorchesterScriptMT.woff2') format('woff2'),
        url('fonts/DorchesterScriptMT.woff') format('woff'),
        url('fonts/DorchesterScriptMT.svg#DorchesterScriptMT') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Century';
    src: url('fonts/Century.woff2') format('woff2'),
        url('fonts/Century.woff') format('woff'),
        url('fonts/Century.svg#Century') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





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


}