/* Copyright (c) 2024 by Noir Blanc Rouge. https://noirblancrouge.com | contact@noirblancrouge.com | Formera. */

@font-face {
	font-family: "Formera-Light";
	font-display: auto;
	src: url("path_to_replace/Formera-Light.woff2") format("woff2"),
		url("path_to_replace/Formera-Light.woff") format("woff");
	font-weight: normal;
}

@font-face {
	font-family: "Formera-Regular";
	font-display: auto;
	src: url("path_to_replace/Formera-Regular.woff2") format("woff2"),
		url("path_to_replace/Formera-Regular.woff") format("woff");
	font-weight: normal;
}

