@font-face {
	font-family: 'Montserrat';
	src: url("/assets/fonts/montserrat.regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url("/assets/fonts/montserrat.bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url("/assets/fonts/Roboto.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url("/assets/fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Commuters Sans';
	src: url("/assets/fonts/CommutersSans-Regular.woff2") format("woff2"),url("assets/fonts/CommutersSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Commuters Sans';
	src: url("/assets/fonts/CommutersSans-Bold.woff2") format("woff2"),url("assets/fonts/CommutersSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Commuters Sans';
	src: url("/assets/fonts/CommutersSans-Italic.woff2") format("woff2"),url("assets/fonts/CommutersSans-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Commuters Sans';
	src: url("/assets/fonts/CommutersSans-Light.woff2") format("woff2"),url("assets/fonts/CommutersSans-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
:root {
	--rust:#A3372C;
	/* --yellow:#FFDB32;
	*/
	--yellow:#FAE34A;
	--lemon:#FAE34A;
	--charcoal:#444444;
	--black:#000000;
	--green:#214D3A;
	--white:#FFFFFF;
	--pink:#EEC4D9;
	--grey:#E0DCD3;
}
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}