/* ------------------ Site fonts ------------------ */

/* Typewriter */
@import './typewriter/MyFontsWebfontsKit.css';

/* Caput (Regular) */
@font-face {
	font-family: Caput;
	src: url('/dist/fonts/caput/caput-webfont.woff2') format('woff2'),
		url('/dist/fonts/caput/caput-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Marr Sans (Italic) */
@font-face {
	font-family: 'Marr Sans Cond Web';
	src: url('/dist/fonts/marr-sans/MarrSansCondensed-SemiboldItalic-Web.woff2')
			format('woff2'),
		url('/dist/fonts/marr-sans/MarrSansCondensed-SemiboldItalic-Web.woff')
			format('woff');
	font-weight: 600;
	font-style: italic;
	font-stretch: normal;
}

/* Marr Sans (Regular) */
@font-face {
	font-family: 'Marr Sans Cond Web';
	src: url('/dist/fonts/marr-sans/MarrSansCondensed-Semibold-Web.woff2')
			format('woff2'),
		url('/dist/fonts/marr-sans/MarrSansCondensed-Semibold-Web.woff')
			format('woff');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
}
