/*font icons*/
@font-face {
  font-family: 'font-icons';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fontawesome-5.8.2/fa-solid-900.eot");
  src: url("../fonts/fontawesome-5.8.2/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
  	  /* url("../fonts/fontawesome-5.8.2/fa-solid-900.woff2") format("woff2"), */
	   url("../fonts/fontawesome-5.8.2/fa-solid-900.woff") format("woff"), 
	   url("../fonts/fontawesome-5.8.2/fa-solid-900.ttf") format("truetype")/*, 
	   url("../fonts/fontawesome-5.8.2/fa-solid-900.svg#fontawesome") format("svg")*/;
}

/*main font*/
@font-face {
    font-family: 'font-main';
    src: url('../fonts/roboto/regular/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-main';
    src: url('../fonts/roboto/regular-italic/Roboto-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'font-main';
    src: url('../fonts/roboto/medium/Roboto-Medium-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'font-main';
    src: url('../fonts/roboto/medium-italic/Roboto-MediumItalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'font-main';
    src: url('../fonts/roboto/bolder/Roboto-Black-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'font-main';
    src: url('../fonts/roboto/light/Roboto-Light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'font-main';
    src: url('../fonts/roboto/light-italic/Roboto-LightItalic-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
}
/*fim main font*/

