/*
 * Fonts
 *
 * Include font-face.
 */

@font-face {
    font-family: 'GCentra';
    src: url('/fonts/GCentra-Medium.eot');
    src: url('/fonts/GCentra-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GCentra-Medium.woff2') format('woff2'),
        url('/fonts/GCentra-Medium.woff') format('woff'),
        url('/fonts/GCentra-Medium.ttf') format('truetype'),
        url('/fonts/GCentra-Medium.svg#GCentra-Medium') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?brv739');
    src:  url('/fonts/icomoon.eot?brv739#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?brv739') format('truetype'),
    url('/fonts/icomoon.woff?brv739') format('woff'),
    url('/fonts/icomoon.svg?brv739##{$icomoon-font-family}') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}