@font-face {
	font-family: "Avenir";
	src:url(fonts/AvenirNextLTPro-Regular.otf) format("opentype");
}

@font-face {
	font-family: "Avenir";
	font-style: italic;
	src:url(fonts/AvenirNextLTPro-It.otf) format("opentype");
}
@font-face {
	font-family: "Avenir";
	font-weight: bold;
	src:url(fonts/AvenirNextLTPro-Demi.otf) format("opentype");
}

@font-face {
	font-family: "Avenir";
	font-weight: bolder;
	src:url(fonts/AvenirNextLTPro-Bold.otf) format("opentype");
}

a {
	text-decoration: none;
	color:var(--text-color);
}

h1{
	font-size: 2em;
	font-weight: bold;
}

h2{
	font-size: 1.625em;
	font-weight: bold;
}
