/**
 * Theme @font-face declarations.
 *
 * Loaded on the front end and inside the block editor iframe. URLs are relative
 * to this file (css/ -> ../fonts/) so the same stylesheet works in both places.
 */

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
	font-weight: 1 1000;
}

@font-face {
	font-family: "Nunito Sans";
	src: url("../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype");
	font-weight: 1 1000;
}

@font-face {
	font-family: "Crimson Pro";
	src: url("../fonts/CrimsonPro-VariableFont_wght.ttf") format("truetype");
	font-weight: 1 1000;
	font-style: normal;
}

@font-face {
	font-family: "Crimson Pro";
	src: url("../fonts/CrimsonPro-Italic-VariableFont_wght.ttf") format("truetype");
	font-weight: 1 1000;
	font-style: italic;
}
