@font-face {
    font-family: 'prevue';
    font-display: block;
    font-weight: 100 900;
    font-stretch: 10% 1000%;
    font-style: normal;
    src: url("/fonts/what-the-font") format('woff2-variations');
}

@font-face {
    font-family: 'prevue';
    font-display: block;
    font-weight: 100 300;
    font-stretch: 10% 1000%;
    font-style: italic;
    src: url("/fonts/what-the-font-thin-italic") format('otf');
}

@font-face {
    font-family: 'bespoke-serif';
    font-display: block;
    font-weight: 100 900;
    font-stretch: 100%;
    font-style: normal;
    src: url("/fonts/bespoke-serif.ttf") format('truetype');
}

@font-face {
    font-family: 'bespoke-serif';
    font-display: block;
    font-weight: 100 900;
    font-stretch: 100%;
    font-style: italic;
    src: url("/fonts/bespoke-serif-italic.ttf") format('truetype');
}