:root {
	--font-exo-200: loco-exo-200;
	--font-exo-200-italic: loco-exo-200-italic;
	--font-exo-300: loco-exo-300;
	--loco-exo-300-italic: loco-exo-300-italic;
	--loco-exo-400: loco-exo-400;
	--loco-exo-500: loco-exo-500;
	--loco-exo-600: loco-exo-600;
	--loco-exo-700: loco-exo-700;

	--loco-inter-400: loco-inter-400;
	--loco-inter-500: loco-inter-500;
	--loco-inter-600: loco-inter-600;
	--loco-inter-700: loco-inter-700;

	--loco-oxygen-300: loco-oxygen-300;
	--loco-oxygen-400: loco-oxygen-400;
	--loco-oxygen-700: loco-oxygen-700;

	--loco-heebo-regular: loco-heebo-regular;
	--loco-heebo-medium: loco-heebo-medium;

	--loco-menlo: loco-menlo;
}

* {
	font-family: inherit;
}

/* menlo */
.font-menlo {
	font-family: loco-menlo;
}

/* Exo */
.font-exo-200 {
	font-family: loco-exo-200;
}

.font-exo-200-italic {
	font-family: loco-exo-200-italic;
}

.font-exo-300 {
	font-family: loco-exo-300;
}

.font-exo-300-italic {
	font-family: loco-exo-300-italic;
}

.font-exo-400 {
	font-family: loco-exo-400;
}

.font-exo-500 {
	font-family: loco-exo-500;
}

.font-exo-600 {
	font-family: loco-exo-600;
}

.font-exo-700 {
	font-family: loco-exo-700;
}

/* Inter */
.font-inter-400 {
	font-family: loco-inter-400;
}
.font-inter-500 {
	font-family: loco-inter-500;
}
.font-inter-600 {
	font-family: loco-inter-600;
}
.font-inter-700 {
	font-family: loco-inter-700;
}

/* Oxygen */
.font-oxygen-300 {
	font-family: loco-oxygen-300;
}
.font-oxygen-400 {
	font-family: loco-oxygen-400;
}
.font-oxygen-700 {
	font-family: loco-oxygen-700;
}

/* Heebo */
.font-heebo-regular {
	font-family: loco-heebo-regular;
}
.font-heebo-medium {
	font-family: loco-heebo-medium;
}

