/* roboto-regular */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(''),
    url(../fonts/Roboto-Light.woff) format('woff'),
    url(../fonts/Roboto-Light.woff2) format('woff2'),
}

/* roboto-regular */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url(../fonts/Roboto-Regular.woff) format('woff'),
    url(../fonts/Roboto-Regular.woff2) format('woff2'),
}

/* roboto-bold */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url(../fonts/Roboto-Bold.woff) format('woff'),
    url(../fonts/Roboto-Bold.woff2) format('woff2'),
}

/* roboto-condensed-regular */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url(../fonts/RobotoCondensed-Regular.woff) format('woff'),
    url(../fonts/RobotoCondensed-Regular.woff2) format('woff2'),
}

/* roboto-condensed-semi */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
    url(../fonts/RobotoCondensed-SemiBold.woff) format('woff'),
    url(../fonts/RobotoCondensed-SemiBold.woff2) format('woff2'),
}

/* roboto-condensed-bold */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
    url(../fonts/RobotoCondensed-Bold.woff) format('woff'),
    url(../fonts/RobotoCondensed-Bold.woff2) format('woff2'),
}

/* roboto-condensed-black */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(''),
    url(../fonts/RobotoCondensed-Black.woff) format('woff'),
    url(../fonts/RobotoCondensed-Black.woff2) format('woff2'),
}

/*****************************************************************************************************/
/******************************* REDISEÑO  ***********************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/******************************* REDISEÑO: HELVETICA  *************************************************/
/*****************************************************************************************************/
/* Helvetica-bold */
@font-face {
  font-family: "Helvetica Bold";
  font-style: bold;
  font-weight: 700;
  src: local(''),
    url(../fonts/HelveticaNeueBold.otf) format('opentype'),
}

/* Helvetica-regular */
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url(../fonts/HelveticaNeueRoman.otf) format('opentype'),
}

/* Helvetica-medium */
@font-face {
  font-family: "Helvetica Medium";
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url(../fonts/HelveticaNeueMedium.otf) format('opentype'),
}

/* Helvetica-condensed (using Roman as fallback if not available) */
@font-face {
  font-family: 'Helvetica Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url(../fonts/HelveticaNeueRoman.otf) format('opentype'),
}

/* Helvetica-italic */
@font-face {
  font-family: 'Helvetica Italic';
  font-style: italic;
  font-weight: 400;
  src: local(''),
    url(../fonts/HelveticaNeueItalic.ttf) format('truetype')
}
