@charset "utf-8";
@font-face {
    font-family: 'manrope_bold';
    src: url('fonts/bold.woff2') format('woff2'), url('fonts/bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manrope_medium';
    src: url('fonts/medium.woff2') format('woff2'), url('fonts/medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('fonts/regular.woff2') format('woff2'), url('fonts/regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}