@font-face {
    font-family: 'Inter';
    src: url('Inter-Black.woff2') format('woff2'),
         url('Inter-Black.ttf') format('truetype'),
         url('Inter-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
         url('Inter-Bold.ttf') format('truetype'),
         url('Inter-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
         url('Inter-ExtraBold.ttf') format('truetype'),
         url('Inter-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraLight.woff2') format('woff2'),
         url('Inter-ExtraLight.ttf') format('truetype'),
         url('Inter-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Italic.woff2') format('woff2'),
         url('Inter-Italic.ttf') format('truetype'),
         url('Inter-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
         url('Inter-Light.ttf') format('truetype'),
         url('Inter-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
         url('Inter-Medium.ttf') format('truetype'),
         url('Inter-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
         url('Inter-Regular.ttf') format('truetype'),
         url('Inter-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
         url('Inter-SemiBold.ttf') format('truetype'),
         url('Inter-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('Inter-Thin.woff2') format('woff2'),
         url('Inter-Thin.ttf') format('truetype'),
         url('Inter-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Onest';
    src: url('Onest-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans.ttf') format('truetype');
    font-display: swap;
}