/*
Theme Name: EVENT-OCE
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: 'Cochin';
    src: url('Cochin.eot');
    src: url('Cochin.eot?#iefix') format('embedded-opentype'),
        url('Cochin.woff2') format('woff2'),
        url('Cochin.woff') format('woff'),
        url('Cochin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('wp-content/themes/event-oce/fonts/HelveticaNeue-CondensedBold.eot');
    src: url('wp-content/themes/event-oce/fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'),
        url('wp-content/themes/event-oce/fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
        url('wp-content/themes/event-oce/fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
        url('wp-content/themes/event-oce/fonts/HelveticaNeue-CondensedBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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


}