/*
	High Museum of Art brand fonts
	2026 brand refresh -- see 2x4_HighMuseum_Guidelines_260508.pdf pp. 36-47

	Primary voice:   Martina Plantijn (Klim Type Foundry)
	                 https://klim.co.nz/fonts/martina-plantijn/
	                 Headlines, exhibition and event titles, discursive text.

	Secondary voice: Theinhardt (Optimo)
	                 https://optimo.ch/typefaces/theinhardt
	                 Supporting and functional copy, titles for secondary programming.

	System substitutes (guidelines p. 47): Times New Roman for Martina Plantijn,
	Arial for Theinhardt. These are declared in the font stacks in _hm_variables.scss.
*/


/* Martina Plantijn -- Light (headlines, exhibition titles, taglines) */
@font-face {
	font-family: 'Martina Plantijn';
	src: url('MartinaPlantijn/martina-plantijn-light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Martina Plantijn';
	src: url('MartinaPlantijn/martina-plantijn-light-italic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* Martina Plantijn -- Regular (large body copy, body copy) */
@font-face {
	font-family: 'Martina Plantijn';
	src: url('MartinaPlantijn/martina-plantijn-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Martina Plantijn';
	src: url('MartinaPlantijn/martina-plantijn-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* Martina Plantijn -- Bold */
@font-face {
	font-family: 'Martina Plantijn';
	src: url('MartinaPlantijn/martina-plantijn-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Martina Plantijn';
	src: url('MartinaPlantijn/martina-plantijn-bold-italic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}


/* Theinhardt -- Regular (running copy, CTAs, URLs, lists) */
@font-face {
	font-family: 'Theinhardt';
	src: url('Theinhardt/Theinhardt-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Theinhardt';
	src: url('Theinhardt/Theinhardt-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* Theinhardt -- Medium (exhibition dates, emphasis) */
@font-face {
	font-family: 'Theinhardt';
	src: url('Theinhardt/Theinhardt-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Theinhardt';
	src: url('Theinhardt/Theinhardt-Medium-Italic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

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

@font-face {
	font-family: 'Theinhardt';
	src: url('Theinhardt/Theinhardt-Bold-Italic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
