/* gabarito-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Gabarito';
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/Gabarito/gabarito-v7-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* gabarito-500 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Gabarito';
	font-style: normal;
	font-weight: 500;
	src: url('../Fonts/Gabarito/gabarito-v7-latin-500.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* gabarito-600 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Gabarito';
	font-style: normal;
	font-weight: 600;
	src: url('../Fonts/Gabarito/gabarito-v7-latin-600.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* gabarito-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Gabarito';
	font-style: normal;
	font-weight: 700;
	src: url('../Fonts/Gabarito/gabarito-v7-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* gabarito-800 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Gabarito';
	font-style: normal;
	font-weight: 800;
	src: url('../Fonts/Gabarito/gabarito-v7-latin-800.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* gabarito-900 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Gabarito';
	font-style: normal;
	font-weight: 900;
	src: url('../Fonts/Gabarito/gabarito-v7-latin-900.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* material-icons-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 200;
	src: url('../Fonts/MaterialIcons/material-icons-v143-latin-regular.woff2') format('woff2');
}

.material-icons-rounded {
	font-family: 'Material Icons';
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

/* material-icons-outlined */
@font-face {
	font-display: swap;
	font-family: 'Material Icons Outlined';
	font-style: normal;
	font-weight: 200;
	src: url('../Fonts/MaterialIcons/material-icons-outlined.woff2') format('woff2');
}

.material-icons-outlined {
	font-family: 'Material Icons Outlined', 'Material Icons';
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}