@font-face {
	font-family: "Geist";
	src: url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Regular.otf") format("opentype"),
		url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Geist";
	src: url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Black.otf") format("opentype"),
		url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Black.woff2") format("woff2");
	font-weight: 900; /* Adjust font-weight as needed */
	font-style: normal;
}

@font-face {
	font-family: "Geist";
	src: url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Bold.otf") format("opentype"),
		url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
}

/* Light */
@font-face {
	font-family: "Geist";
	src: url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Light.otf") format("opentype"),
		url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

/* Medium */
@font-face {
	font-family: "Geist";
	src: url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Medium.otf") format("opentype"),
		url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

/* SemiBold */
@font-face {
	font-family: "Geist";
	src: url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-SemiBold.otf") format("opentype"),
		url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

/* Thin */
@font-face {
	font-family: "Geist";
	src: url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Thin.otf") format("opentype"),
		url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-Thin.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
}

/* UltraBlack */
@font-face {
	font-family: "Geist";
	src: url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-UltraBlack.otf") format("opentype"),
		url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-UltraBlack.woff2") format("woff2");
	font-weight: 950;
	font-style: normal;
}

/* UltraLight */
@font-face {
	font-family: "Geist";
	src: url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-UltraLight.otf") format("opentype"),
		url("./?mortyurl=https%3A%2F%2Fmidiano.com%2Fsrc%2Ffonts%2FGeist-UltraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
}

/* Example usage */
.geist-light {
	font-family: "Geist", sans-serif;
	font-weight: 300;
}

.geist-medium {
	font-family: "Geist", sans-serif;
	font-weight: 500;
}

.geist-semibold {
	font-family: "Geist", sans-serif;
	font-weight: 600;
}

.geist-thin {
	font-family: "Geist", sans-serif;
	font-weight: 100;
}

.geist-ultrablack {
	font-family: "Geist", sans-serif;
	font-weight: 950;
}

.geist-ultralight {
	font-family: "Geist", sans-serif;
	font-weight: 200;
}

/* Example usage of the font-family */
.geist-regular {
	font-family: "Geist", sans-serif;
	font-weight: normal;
}

.geist-bold {
	font-family: "Geist", sans-serif;
	font-weight: bold;
}

/* Add more classes for other styles as needed */
