
@font-face {
    font-family: 'rubik';
    src: url('custom-fonts/Rubik-300.woff2') format('woff2'),
        url('custom-fonts/Rubik-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('custom-fonts/Manrope-Regular.woff2') format('woff2'),
        url('custom-fonts/Manrope-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('custom-fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('custom-fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Manrope';
    src: url('custom-fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('custom-fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('custom-fonts/Manrope-Bold.woff2') format('woff2'),
        url('custom-fonts/Manrope-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

