/* ============================================================
   Actuaria · Fonts
   Brandbook §28 — three families with defined roles:
   · Lemon Milk Pro (TÍTULOS/display) — the real brand face,
     supplied as an official asset. Regular 400 + Medium 500.
     The Pro cut includes lowercase, so headlines are no longer
     limited to MAYÚSCULAS.
   · Nunito (SUBTÍTULOS, kickers, etiquetas) — SemiBold/Bold/ExtraBold.
   · Prompt (CONTENIDO, párrafos, texto corrido) — Light/Regular/Medium.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800;900&family=Prompt:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');

@font-face {
  font-family: 'Lemon Milk Pro';
  src: url('../assets/fonts/LemonMilkPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemon Milk Pro';
  src: url('../assets/fonts/LemonMilkPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
