@font-face {
    font-family: 'Manrope';
    src: url(/fonts/Manrope-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: 'Manrope';
    src: url(/fonts/Manrope-Medium.woff);
    font-weight: 500;
}
@font-face {
    font-family: 'Manrope';
    src: url(/fonts/Manrope-Semibold.woff);
    font-weight: 600;
}
@font-face {
    font-family: 'Manrope';
    src: url(/fonts/Manrope-Bold.woff);
    font-weight: 700;
}