/* Jetbrains Mono */
/* Roman */

@font-face {
	font-family: 'JetBrainsMono';
	src: url('/fonts/JetBrainsMono-Light.woff2') format('woff2');
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'JetBrainsMono';
	src: url('/fonts/JetBrainsMono-Regular.woff2') format('woff2');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'JetBrainsMono';
	src: url('/fonts/JetBrainsMono-Bold.woff2') format('woff2');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

/* Italic */
@font-face {
	font-family: 'JetBrainsMono';
	src: url('/fonts/JetBrainsMono-Italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}


/* Queulat Condensed Soft */
/* Italic */
@font-face {
	font-family: 'QueulatCndSoft';
	src: url('/fonts/queulatcndsoft-thinit-webfont.woff2') format('woff2'),
		 url('/fonts/queulatcndsoft-thinit-webfont.woff') format('woff');
	font-style: italic;
	font-weight: 100;
	font-display: swap;
}
@font-face {
	font-family: 'QueulatCndSoft';
	src: url('/fonts/queulatcndsoft-lightit-webfont.woff2') format('woff2'),
		 url('/fonts/queulatcndsoft-lightit-webfont.woff') format('woff');
	font-style: italic;
	font-weight: 300;
	font-display: swap;
}