/*
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: 'bienso';
    src: url('fonts/UKNumberPlateRegular.eot');
    src: url('fonts/UKNumberPlateRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/UKNumberPlateRegular.woff2') format('woff2'),
        url('fonts/UKNumberPlateRegular.woff') format('woff'),
        url('fonts/UKNumberPlateRegular.ttf') format('truetype'),
        url('fonts/UKNumberPlateRegular.svg#UKNumberPlateRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVNShintiaScript';
    src: url('fonts/SVN-ShintiaScript.eot');
    src: url('fonts/SVN-ShintiaScript.eot?#iefix') format('embedded-opentype'),
        url('fonts/SVN-ShintiaScript.woff2') format('woff2'),
        url('fonts/SVN-ShintiaScript.woff') format('woff'),
        url('fonts/SVN-ShintiaScript.ttf') format('truetype'),
        url('fonts/SVN-ShintiaScript.svg#SVN-ShintiaScript') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



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


}