@font-face {
    font-family: 'Arial';
    src: url('./arial.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Arial Custom';
    src: url('./koi8-arial.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    /* The file on disk is swis721-bt.ttf; the old './swis721.ttf' 404'd, so the brand body font
       silently never loaded and everything fell back to the browser default. */
    font-family: 'Swis';
    src: url('./swis721-bt.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Futura Round Medium';
    src: url('./futura-round-medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Futura Round Demi';
    src: url('./futura-round-demi.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Futura Medium';
    src: url('./futura-round-medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Futura Demi';
    src: url('./futura-round-demi.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Arial Bold';
    src: url('./arial-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

