/**
* Load fonts
*/
@font-face {
    font-family: Manrope;  
    src: url('../fonts/Manrope-ExtraBold.ttf');  
    font-weight: 900;  
    font-style: normal;
}
@font-face {
    font-family: Manrope;  
    src: url('../fonts/Manrope-Bold.ttf');  
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Manrope;  
    src: url('../fonts/Manrope-SemiBold.ttf');  
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Manrope;  
    src: url('../fonts/Manrope-Medium.ttf');  
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Manrope;  
    src: url('../fonts/Manrope-Regular.ttf');  
    font-weight: 300;  
    font-style: normal;
}
@font-face {
    font-family: Manrope;  
    src: url('../fonts/Manrope-Light.otf');  
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: Manrope;  
    src: url('../fonts/Manrope-ExtraLight.otf');  
    font-weight: 100;
    font-style: normal;
}