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

@font-face {
    font-family: 'Sora';
    src: local('Sora Regular'), local('Sora-Regular'),
        url('subset-Sora-Regular.woff2') format('woff2'),
        url('subset-Sora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

