/* ===== FONTS ===== */
/* FONTELLO */
@font-face {
	font-family: 'fontello';
	font-weight: normal;
	font-style: normal;
	src: url("fontello.woff2") format('woff2');
}

/* TITLES */
/* merriweather-500 - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 500;
    src: url('merriweather-v31-latin-500.woff2') format('woff2');
}
/* merriweather-500italic - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 500;
    src: url('merriweather-v31-latin-500italic.woff2') format('woff2');
}
/* merriweather-900 - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url('merriweather-v31-latin-900.woff2') format('woff2');
}
/* merriweather-900italic - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 900;
    src: url('merriweather-v31-latin-900italic.woff2') format('woff2');
}

/* TEXTS */
/* roboto-light-300 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('Roboto-Light.woff2') format('woff2');
}
/* roboto-light-300-italic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: url('Roboto-LightItalic.woff2') format('woff2');
}
/* roboto-regular-500 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('Roboto-Regular.woff2') format('woff2');
}
/* roboto-italic-500 */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: url('Roboto-Italic.woff2') format('woff2'); /
}
/* roboto-black-900 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url('Roboto-Black.woff2') format('woff2');
}
/* roboto-black-900-italic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: url('Roboto-BlackItalic.woff2') format('woff2');
}