/**
 * Self-hosted theme typography.
 * Every family is distributed under the SIL Open Font License 1.1.
 */
@font-face {
	font-display: swap;
	font-family: "Exo 2";
	font-style: normal;
	font-weight: 100 900;
	src: url("../fonts/exo-2/Exo2-Variable.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Exo 2";
	font-style: italic;
	font-weight: 100 900;
	src: url("../fonts/exo-2/Exo2-Italic-Variable.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 100 900;
	src: url("../fonts/montserrat/Montserrat-Variable.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 100 900;
	src: url("../fonts/montserrat/Montserrat-Italic-Variable.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 200 1000;
	src: url("../fonts/nunito-sans/NunitoSans-Variable.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nunito Sans";
	font-style: italic;
	font-weight: 200 1000;
	src: url("../fonts/nunito-sans/NunitoSans-Italic-Variable.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Google Sans";
	font-style: normal;
	font-weight: 400 700;
	src: url("../fonts/google-sans/GoogleSans-Variable.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Google Sans";
	font-style: italic;
	font-weight: 400 700;
	src: url("../fonts/google-sans/GoogleSans-Italic-Variable.woff2") format("woff2");
}
