@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url("MaterialIcons-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Material Icons Outlined";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url("MaterialIconsOutlined-Regular.otf") format("opentype");
}

@font-face {
	font-family: "Material Icons Round";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url("MaterialIconsRound-Regular.otf") format("opentype");
}

@font-face {
	font-family: "Material Icons Sharp";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url("MaterialIconsSharp-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;
	font-feature-settings: "liga";
	-moz-osx-font-smoothing: grayscale;
}

.material-icons-outlined {
	font-family: "Material Icons Outlined";
	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;
	font-feature-settings: "liga";
	-moz-osx-font-smoothing: grayscale;
}

.material-icons-round {
	font-family: "Material Icons Round";
	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;
	font-feature-settings: "liga";
	-moz-osx-font-smoothing: grayscale;
}

.material-icons-sharp {
	font-family: "Material Icons Sharp";
	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;
	font-feature-settings: "liga";
	-moz-osx-font-smoothing: grayscale;
}
