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

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

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

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

@font-face {
    font-family: 'Old Standard TT';
    src: url('OldStandardTT-Italic.woff2') format('woff2'),
        url('OldStandardTT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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


html.sr .reveal {
    visibility: hidden;
}

html.sr .delayreveal {
    visibility: hidden;
}

html.sr .postreveal {
    visibility: hidden;
}

html.sr .extrareveal1 {
    visibility: hidden;
}


html.sr .extrareveal2 {
    visibility: hidden;
}

html.sr .extrareveal3 {
    visibility: hidden;
}

