@font-face {
	font-family: 'Lulo Clean One';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/LuloCleanOne/LuloCleanOne.woff') format('woff'),
		 url('./fonts/LuloCleanOne/LuloCleanOne.otf') format('embedded-opentype');
}

@font-face {
	font-family: 'Lulo Clean One';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('./fonts/LuloCleanOne/LuloCleanOne-Bold.woff') format('woff'),
		 url('./fonts/LuloCleanOne/LuloCleanOne-Bold.otf') format('embedded-opentype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('./fonts/Inter/Inter-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('./fonts/Inter/Inter-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Acumin Pro ExtraCondensed';
	font-style: normal;
	font-weight: normal;
	font-stretch: extra-condensed;
	font-display: swap;
	src: url('./fonts/Acumin/Acumin_Pro_ExtraCondensed.otf') format('opentype');
}

@font-face {
	font-family: 'Acumin Pro ExtraCondensed';
	font-style: italic;
	font-weight: normal;
	font-stretch: extra-condensed;
	font-display: swap;
	src: url('./fonts/Acumin/Acumin_Pro_ExtraCondensed_Italic.otf') format('opentype');
}

@font-face {
	font-family: 'Acumin Pro ExtraCondensed';
	font-style: normal;
	font-weight: bold;
	font-stretch: extra-condensed;
	font-display: swap;
	src: url('./fonts/Acumin/Acumin_Pro_ExtraCondensed_Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Acumin Pro ExtraCondensed';
	font-style: italic;
	font-weight: bold;
	font-stretch: extra-condensed;
	font-display: swap;
	src: url('./fonts/Acumin/Acumin_Pro_ExtraCondensed_Bold_Italic.otf') format('opentype');
}

@font-face {
	font-family: 'Acumin Pro';
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-display: swap;
	src: url('./fonts/Acumin/Acumin_Pro.otf') format('opentype');
}

@font-face {
	font-family: 'Acumin Pro';
	font-style: italic;
	font-weight: normal;
	font-stretch: normal;
	font-display: swap;
	src: url('./fonts/Acumin/Acumin_Pro_Italic.otf') format('opentype');
}

@font-face {
	font-family: 'Acumin Pro';
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	font-display: swap;
	src: url('./fonts/Acumin/Acumin_Pro_Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Acumin Pro';
	font-style: italic;
	font-weight: bold;
	font-stretch: normal;
	font-display: swap;
	src: url('./fonts/Acumin/Acumin_Pro_Bold_Italic.otf') format('opentype');
}