@font-face {
    font-family: 'Interstate';
    src: url('Interstate-Regular.woff2') format('woff2'),
        url('Interstate-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('Interstate-Bold.woff2') format('woff2'),
        url('Interstate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}