/* ============================================================
   AZIST — FONT FACE DEFINITIONS
   All fonts served locally. No external CDN.
   ============================================================ */

/* URBANIST (reemplaza a PPFrama — títulos grandes, display) -- */
@font-face {
  font-family: 'Urbanist';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Urbanist-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Urbanist-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/Urbanist-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Urbanist-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/Urbanist-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Urbanist-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Urbanist-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Urbanist-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Urbanist-Black.ttf') format('truetype');
}

/* MANROPE --------------------------------------------------- */
@font-face {
  font-family: 'Manrope';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
}

/* PP EIKO --------------------------------------------------- */
@font-face {
  font-family: 'PPEiko';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/PPEiko-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'PPEiko';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/PPEiko-LightItalic.otf') format('opentype');
}
@font-face {
  font-family: 'PPEiko';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/PPEiko-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'PPEiko';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/PPEiko-Heavy.otf') format('opentype');
}
