/* ****************************
1. FONTS | ROBOTO
**************************** */
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Thin.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-ThinItalic.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Light.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-LightItalic.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Regular.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Italic.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Medium.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-MediumItalic.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Bold.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Black.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-BlackItalic.ttf') format('ttf');
	src: url('../fonts/Roboto/Roboto-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}

/* ****************************
2. FONTS | ICOMOON
**************************** */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?msj6ak');
  src:  url('../fonts/icomoon.eot?msj6ak#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?msj6ak') format('truetype'),
  url('../fonts/icomoon.woff?msj6ak') format('woff'),
  url('../fonts/icomoon.svg?msj6ak#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-minus-outline:before {
	content: "\e900";
}

.icon-add-outline:before {
	content: "\e901";
}
