/* Bryson — OTF, filename contains a space */
@font-face {
    font-family: 'Bryson';
    src: url('../fonts/Bryson_Oblique.ttf') format('truetype');
    font-weight: bold;
    font-style: oblique;
    font-display: swap;
}

@font-face {
    font-family: 'Bryson';
    src: url('../fonts/Bryson_Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}