@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400 700;
    src: url('/static/fonts/landing/onest-latin.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400 700;
    src: url('/static/fonts/landing/jetbrains-mono-latin.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/landing/poppins-400-latin.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/static/fonts/landing/poppins-600-latin.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/static/fonts/landing/poppins-700-latin.woff2') format('woff2');
}
