/* @font-face {
	font-family: FX-202;
	src: url(/fonts/BerkeleyMono-Thin.woff2) format("woff2");
	font-weight: 100;
} */

/* @font-face {
	font-family: FX-202;
	src: url(/fonts/BerkeleyMono-ExtraLight.woff2) format("woff2");
	font-weight: 200;
} */

/* @font-face {
	font-family: FX-202;
	src: url(/fonts/BerkeleyMono-Light.woff2) format("woff2");
	font-weight: 300;
} */

/* @font-face {
	font-family: FX-202;
	src: url(/fonts/BerkeleyMono-SemiLight.woff2) format("woff2");
	font-weight: 350;
} */

@font-face {
	font-family: FX-202;
	src: url(/fonts/BerkeleyMono-Regular.woff2) format("woff2");
	font-weight: 400;
}

/* @font-face { */
/* 	font-family: FX-202; */
/* 	src: url(/fonts/BerkeleyMono-Medium.woff2) format("woff2"); */
/* 	font-weight: 500; */
/* } */

@font-face {
	font-family: FX-202;
	src: url(/fonts/BerkeleyMono-SemiBold.woff2) format("woff2");
	font-weight: 600;
}

@font-face {
	font-family: FX-202;
	src: url(/fonts/BerkeleyMono-Bold.woff2) format("woff2");
	font-weight: 700;
}

/* @font-face {
	font-family: FX-202;
	src: url(/fonts/BerkeleyMono-ExtraBold.woff2) format("woff2");
	font-weight: 800;
} */

/* @font-face {
	font-family: FX-202;
	src: url(/fonts/BerkeleyMono-Black.woff2) format("woff2");
	font-weight: 900;
} */

/* everything after FX-202 is taken from https://tailwindcss.com/docs/font-family */
:root {
	--font-mono: FX-202, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
}
