/*!
 *  Font Bellefair

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

