/* bonprix-font */
@font-face {
    font-family: 'Bonprix';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        local(""),
        url("./bonprix/02_bonprix_Fontbonprix_Font-Regular.woff2") format("woff2"),
        url("./bonprix/02_bonprix_Fontbonprix_Font-Regular.woff") format("woff");
}

/* source-sans-3-regular */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('./source-sans/source-sans-3-v15-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-bold */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('./source-sans/source-sans-3-v15-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
