/*!
 *  Font Bellerose

/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'Bellerose';
    src: url('font/BelleroseLight.eot');
    src: url('font/BelleroseLight.eot?#iefix') format('embedded-opentype'),
        url('font/BelleroseLight.woff2') format('woff2'),
        url('font/BelleroseLight.woff') format('woff'),
        url('font/BelleroseLight.ttf') format('truetype'),
        url('font/BelleroseLight.svg#BelleroseLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
