/*
Add primary font to the project.
*/
@font-face {
	font-family: 'Nugros';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/nugros/Nugros-Regular.woff2') format('woff2'),
		 url('../fonts/nugros/Nugros-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Nugros';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/nugros/Nugros-Medium.woff2') format('woff2'),
		 url('../fonts/nugros/Nugros-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Nugros';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/nugros/Nugros-SemiBold.woff2') format('woff2'),
		 url('../fonts/nugros/Nugros-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Nugros';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/nugros/Nugros-Bold.woff2') format('woff2'),
		 url('../fonts/nugros/Nugros-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Nugros';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/nugros/Nugros-ExtraBold.woff2') format('woff2'),
		 url('../fonts/nugros/Nugros-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Nugros';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/nugros/Nugros-Black.woff2') format('woff2'),
		 url('../fonts/nugros/Nugros-Black.woff') format('woff');
}
