@font-face {
    font-family: 'Manrope';
    src: url('Manrope-VariableFont_wght.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Manrope', sans-serif;
}