@font-face {
    font-family: 'Onest';
    src: url(../assets/fonts/Onest/Onest-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url(../assets/fonts/Onest/Onest-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url(../assets/fonts/Onest/Onest-Light.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url(../assets/fonts/Onest/Onest-ExtraLight.ttf);
    font-weight: 200;
    font-style: normal;
}