/* Poppins */
@font-face {
	font-family: 'Poppins';
	src: url('./fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsBlack';
	src: url('./fonts/Poppins/Poppins-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsBlackItalic';
	src: url('./fonts/Poppins/Poppins-BlackItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsBold';
	src: url('./fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsExtraBold';
	src: url('./fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsExtraBoldItalic';
	src: url('./fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsExtraLight';
	src: url('./fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsItalic';
	src: url('./fonts/Poppins/Poppins-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsLight';
	src: url('./fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsLightItalic';
	src: url('./fonts/Poppins/Poppins-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsMedium';
	src: url('./fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsMediumItalic';
	src: url('./fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsRegular';
	src: url('./fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsSemiBold';
	src: url('./fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsSemiBoldItalic';
	src: url('./fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsThin';
	src: url('./fonts/Poppins/Poppins-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsThinItalic';
	src: url('./fonts/Poppins/Poppins-ThinItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/MaterialIcons/MaterialIcons-Regular.eot'); /* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'),
		url('./fonts/MaterialIcons//MaterialIcons-Regular.woff2')
			format('woff2'),
		url('./fonts/MaterialIcons//MaterialIcons-Regular.woff') format('woff'),
		url('./fonts/MaterialIcons//MaterialIcons-Regular.ttf')
			format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px; /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;

	/* 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';

	/* Rules for sizing the icon. */
	&.md-18 {
		font-size: 18px;
	}
	&.md-24 {
		font-size: 24px;
	}
	&.md-36 {
		font-size: 36px;
	}
	&.md-48 {
		font-size: 48px;
	}

	/* Rules for using icons as black on a light background. */
	&.md-dark {
		color: rgba(0, 0, 0, 0.54);
	}
	&.md-dark.md-inactive {
		color: rgba(0, 0, 0, 0.26);
	}

	/* Rules for using icons as white on a dark background. */
	&.md-light {
		color: rgba(255, 255, 255, 1);
	}
	&.md-light.md-inactive {
		color: rgba(255, 255, 255, 0.3);
	}
}
