@charset "utf-8";

/* Copyright © TypeType Foundry 2013–2025 */

@font-face {
	font-family: 'TT Norms Pro';
	font-style: normal;
	font-weight: normal;
	/* font-display: swap; */
	src: url('/styles/fonts/TT_Norms_Pro_Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'TT Norms Pro';
	font-style: normal;
	font-weight: 500;
	/* font-display: swap; */
	src: url('/styles/fonts/TT_Norms_Pro_Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'TT Norms Pro';
	font-style: normal;
	font-weight: bold;
	/* font-display: swap; */
	src: url('/styles/fonts/TT_Norms_Pro_Bold.woff2') format('woff2');
}