 

@font-face {
    font-family: Manrope;
    font-weight: normal;
    src: url('../font/Manrope-ExtraLight.ttf');
    
}
@font-face {
    font-family: Manrope;
    font-weight: 100;
    src: url('../font/Manrope-Light.ttf');
    
}
@font-face {
    font-family: Manrope;
    font-weight: 200;
    src: url('../font/Manrope-Medium.ttf');
    
}
@font-face {
    font-family: Manrope;
    font-weight: 400;
    src: url('../font/Manrope-SemiBold.ttf');
    
}
@font-face {
    font-family: Manrope;
    font-weight: 600;
    src: url('../font/Manrope-Bold.ttf');
    
}
@font-face {
    font-family: Manrope;
    font-weight: 700;
    src: url('../font/Manrope-ExtraBold.ttf');
    
}