/* ============================================================
   Font faces
   ============================================================ */
@font-face {
	font-family: 'GRAYSTROKE';
	src: url('../assets/fonts/Graystroke-Regular.woff2') format('woff2'),
	     url('../assets/fonts/Graystroke-Regular.otf')   format('opentype');
	font-display: swap;
}
