/* CARGA DIFERIDA DE FUENTES */
@font-face {
  font-family: "Catamaran";
  font-display: swap;
  src: url("../../fonts/Catamaran-Thin.woff2") format("woff2");
  font-weight: 100;
}

@font-face {
  font-family: "Catamaran";
  font-display: swap;
  src: url("../../fonts/Catamaran-Light.woff2") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Catamaran";
  font-display: swap;
  src: url("../../fonts/Catamaran-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Catamaran";
  font-display: swap;
  src: url("../../fonts/Catamaran-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Catamaran";
  font-display: swap;
  src: url("../../fonts/Catamaran-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Catamaran";
  font-display: swap;
  src: url("../../fonts/Catamaran-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../../fonts/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../../fonts/Roboto-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}

@font-face {
    font-family: 'icomoon';
    font-display: swap;
    src:  url('./fonts-icons/icomoon.eot?hp3ecd');
    src:  url('./fonts-icons/icomoon.eot?hp3ecd#iefix') format('embedded-opentype'),
      url('./fonts-icons/icomoon.ttf?hp3ecd') format('truetype'),
      url('./fonts-icons/icomoon.woff?hp3ecd') format('woff'),
      url('./fonts-icons/icomoon.svg?hp3ecd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }