@font-face {
    font-family: 'Manrope';
    src: url('static/Manrope-Regular.ttf'); /* IE9 Compat Modes */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('static/Manrope-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}