/* ============================================================
   FIDELY · Sistema de marca
   Fuentes Axiforma + tokens de color de la nueva identidad.
   Base reutilizable para el rediseño de toda la plataforma.
   ============================================================ */

/* ── Tipografía: Axiforma ── */
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma/Axiforma-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma/Axiforma-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma/Axiforma-SemiBold.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma/Axiforma-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma/Axiforma-ExtraBold.otf') format('opentype');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma/Axiforma-Black.otf') format('opentype');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ── Tokens de color ── */
:root {
  --fidely-azul:        #0044DB; /* color principal */
  --fidely-azul-dark:   #0036B0; /* hover / gradientes */
  --fidely-verde:       #01362E; /* títulos grandes */
  --fidely-crema:       #F7F9E8; /* fondos / campos de texto */
  --fidely-lima:        #D9ED66; /* acento */
  --fidely-azul-soft:   #C9D6F5; /* superficies azul claro (stat cards) */

  --fidely-font: 'Axiforma', 'Plus Jakarta Sans', system-ui, sans-serif;
}
