@font-face {
    font-family: 'Dunkin';
    src: url('./fonts/Dunkin-Sans.woff2') format('woff2'),
        url('./fonts/Dunkin-Sans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dunkin';
    src: url('./fonts/Dunkin-Sans-Bold.woff2') format('woff2'),
        url('./fonts/Dunkin-Sans-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dunkin';
    src: url('./fonts/Dunkin.woff2') format('woff2'),
        url('./fonts/Dunkin.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}