@font-face {
    font-family: 'ABC Oracle Thin';
    src: url('ABCOracle-Thin.woff2') format('woff2'),
        url('ABCOracle-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

