/* Brand fonts. Loaded ahead of theme.css so the @font-face faces are
   resolved before theme.css references them via font-family. */

@font-face {
	font-family: "Montserrat";
	src: url("../../fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: "Libre Baskerville";
	src: url("../../fonts/LibreBaskerville-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Libre Baskerville";
	src: url("../../fonts/LibreBaskerville-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Libre Baskerville";
	src: url("../../fonts/LibreBaskerville-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
