@charset "UTF-8";
/** 1.1.1.  Google fonts **/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/
@font-face {
    font-family: Manrope-ExtraLight;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/manrope/Manrope-ExtraLight.ttf);
}
@font-face {
    font-family: Manrope-Light;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/manrope/Manrope-Light.ttf);
}
@font-face {
    font-family: Manrope-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/manrope/Manrope-Regular.ttf);
}
@font-face {
    font-family: Manrope-Medium;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/manrope/Manrope-Medium.ttf);
}
@font-face {
    font-family: Manrope-SemiBold;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/manrope/Manrope-SemiBold.ttf);
}
@font-face {
    font-family: Manrope-Bold;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/manrope/Manrope-Bold.ttf);
}
@font-face {
    font-family: Manrope-ExtraBold;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/manrope/Manrope-ExtraBold.ttf);
}
