@font-face {
    font-family: 'Bolder';
    src: url('../fonts/Bolder-Regular.woff2') format('woff2'),
        url('../fonts/Bolder-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bolder bold';
    src: url('../fonts/Bolder-Bold.woff2') format('woff2'),
        url('../fonts/Bolder-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bolder light';
    src: url('../fonts/Bolder-Light.woff2') format('woff2'),
        url('../fonts/Bolder-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bolder Heading';
    src: url('../fonts/Bolder-Heading.woff2') format('woff2'),
        url('../fonts/Bolder-Heading.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bolder italic';
    src: url('../fonts/Bolder-RegularItalic.woff2') format('woff2'),
        url('../fonts/Bolder-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
