@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Variable.ttf') format('truetype');
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

html, body, button, input, select, textarea {
    font-family: 'Manrope', sans-serif;
}
