/*
 * Self-hosted Material Icons (filled + outlined).
 * Sources: github.com/google/material-design-icons/tree/master/font
 * Replaces fonts.googleapis.com enqueues — includes the .material-icons
 * ligature rules Google’s stylesheet normally provides alongside @font-face.
 */

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('fonts/MaterialIcons-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Material Icons Outlined';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
}

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