/**
 * TT Firs – Trippple brand font (from trippple.no style guide).
 */

@font-face {
	font-family: 'tt-firs-medium';
	src: url('medium/tt-firs-medium-webfont.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'tt-firs-bold';
	src: url('bold/tt-firs-bold-webfont.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
