@font-face {
    font-family: 'ABC';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('./fonts/abc-diatype-light.ttf') format('truetype');
}
@font-face {
    font-family: 'ABC';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('./fonts/abc-diatype-bold.ttf') format('truetype');
}




/*https://www.youtube.com/watch?v=OTjmnF27ADk*/