@font-face {
    font-family: 'The Bold Font';
    src: url('TheBoldFont-Bold.woff2') format('woff2'),
        url('TheBoldFont-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

