@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-ThinIt.otf') format('opentype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-LightIt.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-It.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-MediumIt.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-Demi.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-DemiIt.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-BoldIt.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-Heavy.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-HeavyIt.otf') format('opentype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Flexo';
	src: url('./Flexo/Flexo-BlackIt.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

.font-flexo {
	font-family: 'Flexo', sans-serif !important;
}

.font-flexo-regular {
	font-family: 'Flexo', sans-serif !important;
	font-weight: 400;
}

.font-flexo-medium {
	font-family: 'Flexo', sans-serif !important;
	font-weight: 500;
}

.font-flexo-bold {
	font-family: 'Flexo', sans-serif !important;
	font-weight: 700;
}

.font-flexo-extrabold {
	font-family: 'Flexo', sans-serif !important;
	font-weight: 800;
}
