/* ============================================================
   CON CADA LATIDO — Tipografías propias
   Las que Alicia descargó. Se sirven desde public/fonts/,
   no dependen de Google ni de ningún servicio externo.

   OJO CON LAS LICENCIAS — ver README:
   Madina viene marcada como «free for PERSONAL USE only».
   Las demás llegaron sin archivo de licencia.
   Para una web de empresa hace falta licencia comercial.
   ============================================================ */

@font-face {
  font-family: 'Adelia';
  src: url('/fonts/adelia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adelia Alternate';
  src: url('/fonts/adelia-alternate.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calligraphy';
  src: url('/fonts/calligraphy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Madina';
  src: url('/fonts/madina.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sephora Hayden';
  src: url('/fonts/sephora-hayden.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
