/* ===========================================
   TIPOGRAFÍA — Adelle (títulos) + Apparat (texto)
   Coloca los .woff2 en assets/fonts/ (ver LEEME.txt)
   =========================================== */

/* Adelle — títulos y subtítulos */
@font-face {
  font-family: 'Adelle';
  src: url('../assets/fonts/adelle-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adelle';
  src: url('../assets/fonts/adelle-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adelle';
  src: url('../assets/fonts/adelle-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adelle';
  src: url('../assets/fonts/adelle-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Apparat — párrafos y UI */
@font-face {
  font-family: 'Apparat';
  src: url('../assets/fonts/apparat-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apparat';
  src: url('../assets/fonts/apparat-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apparat';
  src: url('../assets/fonts/apparat-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apparat';
  src: url('../assets/fonts/apparat-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
