
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('proxima_nova_bold.woff2') format('woff2'),
         url('proxima_nova_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Manrope';
    src: url('manrope-medium.woff2') format('woff2'),
         url('manrope-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('manrope-semibold.woff2') format('woff2'),
         url('manrope-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

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