@font-face {
    font-family: 'Good Times';
    src: url('../fonts/good-times.woff2') format('woff2'),
        url('../fonts/good-times.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Variable';
    src: url('../fonts/OpenSans-VariableFont.woff2') format('woff2'),
        url('../fonts/OpenSans-VariableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: normal;
    font-display: swap;
}
