/* sora-300 */
@font-face {
    font-display: swap;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 300;
    src: url('Sora-Thin.woff2') format('woff2'),
    url('Sora-Thin.ttf') format('truetype');
}
/* sora-regular */
@font-face {
    font-display: swap;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    src: url('Sora-Regular.woff2') format('woff2'),
    url('Sora-Regular.ttf') format('truetype');
}
/* sora-500 */
@font-face {
    font-display: swap;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 500;
    src: url('Sora-Medium.woff2') format('woff2'),
    url('Sora-Medium.ttf') format('truetype');
}
/* sora-600 */
@font-face {
    font-display: swap;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    src: url('Sora-SemiBold.woff2') format('woff2'),
    url('Sora-SemiBold.ttf') format('truetype');
}
/* sora-700 */
@font-face {
    font-display: swap;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 700;
    src: url('Sora-Bold.woff2') format('woff2'),
    url('Sora-Bold.ttf') format('truetype');
}