/**
 * Self-hosted theme fonts (Latin subset).
 *
 * Cormorant Garamond, Lato, and Tillana — SIL Open Font License 1.1.
 */

@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Cormorant Garamond";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cormorant-garamond-latin-italic.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/lato-latin-400.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/lato-latin-700.woff2") format("woff2");
}

@font-face {
	font-family: "Tillana";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/tillana-latin-400.woff2") format("woff2");
}

@font-face {
	font-family: "Tillana";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/tillana-latin-500.woff2") format("woff2");
}

@font-face {
	font-family: "Tillana";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/tillana-latin-600.woff2") format("woff2");
}

@font-face {
	font-family: "Tillana";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/tillana-latin-700.woff2") format("woff2");
}

@font-face {
	font-family: "Tillana";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/tillana-latin-800.woff2") format("woff2");
}
