@font-face {
	font-family: "kaski";
	src: url("../fonts/Kaski-Thin.woff");
	font-weight: 200;
}

@font-face {
	font-family: "kaski";
	src: url("../fonts/Kaski-Light.woff");
	font-weight: 300;
}

@font-face {
	font-family: "kaski";
	src: url("../fonts/Kaski-Regular.woff");
	font-weight: 400;
}

@font-face {
	font-family: "kaski";
	src: url("../fonts/Kaski-Medium.woff");
	font-weight: 500;
}

@font-face {
	font-family: "kaski";
	src: url("../fonts/Kaski-SemiBold.woff");
	font-weight: 600;
}

@font-face {
	font-family: "kaski";
	src: url("../fonts/Kaski-Bold.woff");
	font-weight: 700;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

html {
	font-size: 16px;
}

body {
	font-family: "kaski", sans-serif;
}

h1, h2, h3, h4, h5 {
	word-spacing: 0.1em;
}

ul {
	margin-block-start: 0;
	margin-block-end: 0;
	list-style: none;
	padding-inline-start: 0px;
}

a, li a {
	color: inherit;
	text-decoration: none;
}

a:hover, li a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1rem;
}

#app-root {
	max-width: 1400px;
	margin: 0 auto;
}

.StyledControl .MuiTypography-body1 {
	font-family: "kaski", sans-serif;
	font-size: 1rem;
}
