@font-face {
    font-family: 'Manrope-Extralight';
    src: url('../fonts/manrope/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200
    ;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Manrop-Light';
    src: url('../fonts/manrope/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Manrope-Regular';
    src: url('../fonts/manrope/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Manrope-Medium';
    src: url('../fonts/manrope/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Manrope-Semibold';
    src: url('../fonts/manrope/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Manrope-Bold';
    src: url('../fonts/manrope/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

