@font-face {
	font-family: "victor_mono_regular";
	src:
		url("../fonts/VictorMono-Regular.woff2") format("woff2"),
		url("../fonts/VictorMono-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "victor_mono_italic";
	src:
		url("../fonts/VictorMono-Italic.woff2") format("woff2"),
		url("../fonts/VictorMono-Italic.woff") format("woff");
}

@font-face {
	font-family: "victor_mono_bold";
	src:
		url("../fonts/VictorMono-Bold.woff2") format("woff2"),
		url("../fonts/VictorMono-Bold.woff") format("woff");
}

body {
	font-family: "victor_mono_regular", monospace;
	background-color: #282828;
	color: #ebdbb2;
}

h1 {
	font-family: "victor_mono_bold";
	font-size: 2rem;
}

i {
	font-family: "victor_mono_italic", monospace;
}

.flex-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.full-height {
	height: 100vh;
}
