/* ==========================================================================
   Typold — corporate body font
   --------------------------------------------------------------------------
   Drop the font files (.woff2 + .woff) into this /fonts/ directory using the
   filenames below. Until they are added the browser will gracefully fall
   back to Inter / Arial.
   ========================================================================== */

@font-face {
	font-family: 'Typold';
	src: url('typold-regular.woff2') format('woff2'),
		 url('typold-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Typold';
	src: url('typold-bold.woff2') format('woff2'),
		 url('typold-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
