/* Fonts */

@font-face {
	font-family: 'Nunito Sans';
	src: url(../fonts/nunitosans-regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url(../fonts/nunitosans-semibold.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url(../fonts/nunitosans-bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;	
}

@font-face {
	font-family: 'Nunito Sans';
	src: url(../fonts/nunitoaans-extrabold.woff2) format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

:root {
	font-family: 'Nunito Sans';
}

.fw800 {
	font-weight: 800;
}
.fw700 {
	font-weight: 700;
}
.fw600 {
	font-weight: 600;
}
.fw400 {
	font-weight: 400;
}