@font-face {
    font-family: 'Manrope';
    src: url('Fonts/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('Fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('Fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('Fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('Fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 650;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('Fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
