@charset "UTF-8";
/* start -------------------------------------------- fonts --------------------------------------------- */
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
	font-style: normal;
	font-weight: 400;
	font-display: swap;  
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Italic.ttf");
	font-style: italic;
	font-weight: 400;
	font-display: swap;  
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
	font-style: normal;
	font-weight: 500;
	font-display: swap;  
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-MediumItalic.ttf");
	font-style: italic;
	font-weight: 500;
	font-display: swap;  
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
	font-style: normal;
	font-weight: 600;
	font-display: swap;  
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf");
	font-style: italic;
	font-weight: 600;
	font-display: swap;  
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
	font-style: normal;
	font-weight: 700;
	font-display: swap;  
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-BoldItalic.ttf");
	font-style: italic;
	font-weight: 700;
	font-display: swap;  
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
	font-style: normal;
	font-weight: 800;
	font-display: swap;  
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf");
	font-style: italic;
	font-weight: 800;
	font-display: swap;  
}


@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-Regular.ttf");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-Medium.ttf");
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-Italic.ttf");
    font-weight: 400;
    font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-SemiBold.ttf");
    font-weight: 600;
    font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-Bold.ttf");
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-ExtraBoldItalic.ttf");
    font-weight: 800;
    font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-Black.ttf");
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Nunito';
	src: url("../fonts/nunito/Nunito-BlackItalic.ttf");
    font-weight: 900;
    font-style: italic;
	font-display: swap;
}
/* end -------------------------------------------- fonts --------------------------------------------- */