@font-face {
	font-family: 'Gorton';
	src: url('./fonts/gorton.woff2') format('woff2');
}

@font-face {
	font-family: 'Urbanist';
	src: url('./fonts/urbanist.woff2') format('woff2');
}

/* Literally only for box drawing characters... */
@font-face {
	font-family: 'Cascadia';
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-weight: 300;
	src: url('./fonts/cascadia-mono.woff2') format('woff2');
}

/* Literally only for box drawing characters... */
@font-face {
	font-family: 'boxdrawing';
	font-display: swap;
	src: url('./fonts/boxdrawing.woff2') format('woff2');
}

/* quicksand-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/quicksand-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
	font-display: swap;
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/quicksand-v36-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
