@font-face {
    font-family: 'Onest';
    font-weight: 100;
    src: url(/fonts/onest/Onest-Thin.ttf);
}

@font-face {
    font-family: 'Onest';
    font-weight: 200;
    src: url(/fonts/onest/Onest-ExtraLight.ttf);
}

@font-face {
    font-family: 'Onest';
    font-weight: 300;
    src: url(/fonts/onest/Onest-Light.ttf);
}

@font-face {
    font-family: 'Onest';
    font-weight: 400;
    src: url(/fonts/onest/Onest-Regular.ttf);
}

@font-face {
    font-family: 'Onest';
    font-weight: 500;
    src: url(/fonts/onest/Onest-Medium.ttf);
}

@font-face {
    font-family: 'Onest';
    font-weight: 600;
    src: url(/fonts/onest/Onest-SemiBold.ttf);
}

@font-face {
    font-family: 'Onest';
    font-weight: 700;
    src: url(/fonts/onest/Onest-Bold.ttf);
}

@font-face {
    font-family: 'Onest';
    font-weight: 800;
    src: url(/fonts/onest/Onest-ExtraBold.ttf);
}

@font-face {
    font-family: 'Onest';
    font-weight: 900;
    src: url(/fonts/onest/Onest-Black.ttf);
}
