/************* Import fonts *************/
/****************************************/

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto/roboto-black-webfont.woff2") format("woff2"),
    url("../../fonts/Roboto/roboto-black-webfont.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../../fonts/Roboto/roboto-bold-webfont.woff2") format("woff2"),
    url("../../fonts/Roboto/roboto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../../fonts/Roboto/roboto-medium-webfont.woff2") format("woff2"),
    url("../../fonts/Roboto/roboto-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../../fonts/Roboto/roboto-regular-webfont.woff2") format("woff2"),
    url("../../fonts/Roboto/roboto-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../../fonts/Roboto/roboto-light-webfont.woff2") format("woff2"),
    url("../../fonts/Roboto/roboto-light-webfont.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../../fonts/Roboto/roboto-thin-webfont.woff2") format("woff2"),
    url("../../fonts/Roboto/roboto-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}

/* Fuentes Iconos */
@font-face {
  font-family: 'GeneraliIcons';
  src: url('../../fonts/generali-iconos/Generali-Icons.eot');
  src: url('../../fonts/generali-iconos/Generali-Icons.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/generali-iconos/Generali-Icons.woff') format('woff'),
       url('../../fonts/generali-iconos/Generali-Icons.ttf') format('truetype'),
       url('../../fonts/generali-iconos/Generali-Icons.svg#GeneraliIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
