@font-face {
    font-family: 'Onest';
    src: 
         url('../fonts/Geist-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: 
         url('../fonts/Geist-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: 
         url('../fonts/Geist-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src:
         url('../fonts/Geist-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: 
         url('../fonts/Geist-ExtraBold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Cassandra';
    src: 
         url('../fonts/Geist-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}