/* Font Simplo - @font-face declarations */

@font-face {
	font-family: 'Simplo';
	src: url('simplo-thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Simplo';
	src: url('simplo-light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Simplo';
	src: url('simplo-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Simplo';
	src: url('simplo-it.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Simplo';
	src: url('simplo-demi.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Simplo';
	src: url('simplo-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Simplo';
	src: url('simplo-boldit.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Simplo';
	src: url('simplo-heavyit-2.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

/* Utility class - apply to a container, forces Simplo on all children */
.font-simplo,
.font-simplo * {
	font-family: 'Simplo', sans-serif !important;
}
