/**
 * Locally hosted font definitions.
 *
 * Princess Stella Astra child theme.
 */

/* Cormorant Garamond — Light */
@font-face {
	font-family: "Cormorant Garamond";
	src: url("cormorant-garamond-300.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

/* Cormorant Garamond — Light Italic */
@font-face {
	font-family: "Cormorant Garamond";
	src: url("cormorant-garamond-300-italic.ttf") format("truetype");
	font-style: italic;
	font-weight: 300;
	font-display: swap;
}

/* Cinzel — Regular */
@font-face {
	font-family: "Cinzel";
	src: url("cinzel-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

/* Lora — Regular */
@font-face {
	font-family: "Lora";
	src: url("lora-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

/* Lora — Italic */
@font-face {
	font-family: "Lora";
	src: url("lora-400-italic.ttf") format("truetype");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}