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