/* local copies of Google Fonts (latin subsets) so the project has no external dependencies ~ colin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(roboto-slab-latin.woff2) format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(raleway-latin.woff2) format('woff2');
}
