@font-face {
    font-family: 'Interstate';
    src: url('Interstate-Regular.woff2') format('woff2'),
        url('Interstate-Regular.woff') format('woff');
    font-weight: normal;
    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;
}


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