/* ==========================================================================
   Salopal local font faces
   ========================================================================== */

/* Garet — primary sans */
@font-face {
	font-family: "Garet";
	src: url("../fonts/Garet-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

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

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

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

/* The Seasons — display / navigation serif */
@font-face {
	font-family: "The Seasons";
	src: url("../fonts/theseasons-reg.woff2") format("woff2"),
		url("../fonts/theseasons.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "The Seasons";
	src: url("../fonts/theseasons-italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
