/* latin-ext */
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(../fonts/JetBrainsMono-Thin.woff2) format('woff2');
}

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

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

@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/JetBrainsMono-ExtraBold.woff2) format('woff2');
}

html, body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: "JetBrains Mono", monospace;
	font-weight: 400;
	font-style: normal;

	background: #111;
	color: #F3F3F3;
}
