@font-face {
    font-family: 'Manrope';
    src: url('/fonts/manrope-thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/manrope-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/manrope-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}