/*
 * Brikk design-system fonts, bundled with the plugin so Brikki renders the
 * new design even before the sitewide rollout. Family names match the
 * brikk-design-ab-test stylesheet exactly, so when the theme later ships the
 * same fonts the declarations resolve to the same families.
 */

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('../fonts/cormorant-garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype-variations'),
		url('../fonts/cormorant-garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('../fonts/cormorant-garamond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype-variations'),
		url('../fonts/cormorant-garamond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
	font-weight: 300 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue Local';
	src: url('../fonts/helvetica-neue/HelveticaNeueRoman.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue Local';
	src: url('../fonts/helvetica-neue/HelveticaNeueMedium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue Local';
	src: url('../fonts/helvetica-neue/HelveticaNeueBold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue Local';
	src: url('../fonts/helvetica-neue/HelveticaNeueLight.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
