/**
 * Ciencuadras - Fuentes de texto (hosting propio)
 * Base URL: https://www.ciencuadras.com/sources/fonts/
 */

/* Light */
@font-face {
  font-family: 'Ciencuadras';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-Light.woff) format('woff');
}

/* Light Italic */
@font-face {
  font-family: 'Ciencuadras';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-Light-Italic.woff) format('woff');
}

/* Regular */
@font-face {
  font-family: 'Ciencuadras';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-Regular.woff) format('woff');
}

/* Italic */
@font-face {
  font-family: 'Ciencuadras';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-Italic.woff) format('woff');
}

/* SemiBold */
@font-face {
  font-family: 'Ciencuadras';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-SemiBold.woff) format('woff');
}

/* SemiBold Italic */
@font-face {
  font-family: 'Ciencuadras';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-SemiBold-Italic.woff) format('woff');
}

/* Bold */
@font-face {
  font-family: 'Ciencuadras';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-Bold.woff) format('woff');
}

/* Bold Italic */
@font-face {
  font-family: 'Ciencuadras';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-Bold-Italic.woff) format('woff');
}

/* ExtraBold */
@font-face {
  font-family: 'Ciencuadras';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-ExtraBold.woff) format('woff');
}

/* ExtraBold Italic */
@font-face {
  font-family: 'Ciencuadras';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://www.ciencuadras.com/sources/fonts/Ciencuadras-ExtraBold-Italic.woff) format('woff');
}


/* https://fonts.googleapis.com/icon?family=Material+Icons */
/* Fuente directa desde Google Fonts para evitar CORS en ambientes bajos */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}