/*
 * material: icons
 */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/MaterialIcons-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Material Icons Outlined';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/MaterialIcons-Outlined.woff2') format('woff2');
}
.material-icons,
.material-icons-outlined {
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	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 {
	font-family: 'Material Icons';
}
.material-icons-outlined {
	font-family: 'Material Icons Outlined';
}

/*
 * local fonts
 */
@font-face {
	font-family: 'Neogrotesk Pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/fonts/NeogroteskPro-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Neogrotesk Pro';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('/fonts/NeogroteskPro-LightIt.woff2') format('woff2');
}
@font-face {
	font-family: 'Neogrotesk Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/fonts/NeogroteskPro-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Neogrotesk Pro';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('/fonts/NeogroteskPro-RegularIt.woff2') format('woff2');
}
@font-face {
	font-family: 'Neogrotesk Pro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/fonts/NeogroteskPro-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Apparel Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/fonts/ApparelDisplay-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Apparel Display';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/fonts/ApparelDisplay-Bold.woff2') format('woff2');
}
