@font-face {
    font-family: 'Amarela Stencil';
    src: url('@fonts/subset-AmarelaStencil-Regular.woff2') format('woff2'),
        url('@fonts/subset-AmarelaStencil-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('@fonts/subset-OakesGrotesk-Bold.woff2') format('woff2'),
        url('@fonts/subset-OakesGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('@fonts/subset-OakesGrotesk-SemiBold.woff2') format('woff2'),
        url('@fonts/subset-OakesGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oakes Grotesk';
    src: url('@fonts/subset-OakesGrotesk-Regular.woff2') format('woff2'),
        url('@fonts/subset-OakesGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
