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

html, body {
    font-family: 'SpecialGothicExpandedOne', sans-serif;
    font-weight: 200;
}
