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

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

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

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

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

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

@font-face {
    font-family: Onest;
    font-style: normal;
    font-weight: 700;
    src:
        url('./Onest-Bold.woff2') format('woff2'),
        url('./Onest-Bold.ttf') format('truetype');
    font-display: swap;
}

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

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