/* ============================================================================
   Webfonts — self-hosted Untitled Sans
   The design uses Regular 400 and Medium 500. Other weights are available
   in /assets/fonts/untitled-sans/ if needed later — add @font-face blocks
   below as required.
   ============================================================================ */

@font-face {
	font-family: 'Untitled Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/untitled-sans/untitled-sans-web-regular.woff2') format('woff2'),
	     url('../fonts/untitled-sans/untitled-sans-web-regular.woff')  format('woff');
}

@font-face {
	font-family: 'Untitled Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/untitled-sans/untitled-sans-web-regular-italic.woff2') format('woff2'),
	     url('../fonts/untitled-sans/untitled-sans-web-regular-italic.woff')  format('woff');
}

@font-face {
	font-family: 'Untitled Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/untitled-sans/untitled-sans-web-medium.woff2') format('woff2'),
	     url('../fonts/untitled-sans/untitled-sans-web-medium.woff')  format('woff');
}

@font-face {
	font-family: 'Untitled Sans';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/untitled-sans/untitled-sans-web-medium-italic.woff2') format('woff2'),
	     url('../fonts/untitled-sans/untitled-sans-web-medium-italic.woff')  format('woff');
}
