/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
    font-family: 'TimeBurner';
    src: url('assets/fonts/TimeBurner-Bold.woff2') format('woff2'),
        url('assets/fonts/TimeBurner-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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



h1,h2,h3 {
    font-family: 'TimeBurner'!important;
    font-weight: bold!important;
}

.rs-layer {
    font-family: 'TimeBurner'!important;
}