/*
 * Bundled brand fonts, converted to WOFF2 from the files supplied in the
 * design folder. IMPORTANT — please read:
 *
 *  - "GT Super Display Bold Trial.otf" is a TRIAL/demo font file. It is
 *    NOT licensed for use on a live production website. Before launch,
 *    either purchase a proper web-font licence for GT Super Display from
 *    Grilli Type (https://www.grillitype.com/), or swap the font-family
 *    below for a licensed look-alike serif (e.g. "Fraunces" or
 *    "Playfair Display" from Google Fonts, both free).
 *  - "Helvetica Neue" is a commercial font (Monotype). Confirm your
 *    organisation's licence covers web-embedding before launch; otherwise
 *    swap for "Inter" or "Arial"/system-ui, which look very close.
 *
 * See README.txt in this theme for details.
 */

@font-face {
	font-family: "GT Super Display";
	src: url("../fonts/GT-Super-Display-Bold-Trial.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "GT Super Display";
	src: url("../fonts/GT-Super-Display-Bold-Italic-Trial.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/HelveticaNeueThin.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/HelveticaNeueRoman.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/HelveticaNeueMedium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/HelveticaNeue-Bold-02.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Grenda";
	src: url("../fonts/grenda.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.font-script {
	font-family: "Grenda", cursive;
}
