
/* ================ Fonts ================ */
		
	@font-face {
	    font-family: "Nilland";
	    font-style: normal;
	    font-weight: normal;
	    src: local("?"), url("./fonts/nilland.otf") format("opentype"), url("./fonts/Nilland.ttf") format("truetype"), url("./fonts/nilland.svg") format("svg");
	}
	
	@font-face {
	    font-family: "Nilland";
	    font-style: normal;
	    font-weight: bold;
	    src: local("?"), url("./fonts/Nilland-Bold.ttf") format("truetype"), url("./fonts/nillandbold.otf") format("opentype"), url("./fonts/nillandbold.svg") format("svg");
	}