/*
 * Deklaracje @font-face dla Museo Sans i Glyphicons
 */

/* ==============================================
   GLYPHICONS (Bootstrap)
   ============================================== */

@font-face {
    font-family: 'Glyphicons Halflings';
    font-display: swap;
    src:
        url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
        url('../../fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

/* ==============================================
   MUSEO SANS
   ============================================== */

@font-face {
    font-family: 'museo_sans100';
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    src:
        url('../../fonts/museosans-100-webfont.woff2') format('woff2'),
        url('../../fonts/museosans-100-webfont.woff') format('woff'),
        url('../../fonts/museosans-100-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'museo_sans300';
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    src:
        url('../../fonts/museosans-300-webfont.woff2') format('woff2'),
        url('../../fonts/museosans-300-webfont.woff') format('woff'),
        url('../../fonts/museosans-300-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'museo_sans500';
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    src:
        url('../../fonts/museosans-webfont.woff2') format('woff2'),
        url('../../fonts/museosans-webfont.woff') format('woff'),
        url('../../fonts/museosans-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'museo_sans700';
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    src:
        url('../../fonts/museosans_0-webfont.woff2') format('woff2'),
        url('../../fonts/museosans_0-webfont.woff') format('woff'),
        url('../../fonts/museosans_0-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'museo_sans900';
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    src:
        url('../../fonts/museosans_1-webfont.woff2') format('woff2'),
        url('../../fonts/museosans_1-webfont.woff') format('woff'),
        url('../../fonts/museosans_1-webfont.ttf') format('truetype');
}
