/* ============================================================
   VEGA — Marca oficial (Guía de uso, V1.0/2026)
   Fuente: Gotham (licencia provista por el comando) · Logos VEGA
   ============================================================ */

/* --- Gotham @font-face (pesos clave) --- */
@font-face{
  font-family:'Gotham';
  src:url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight:300;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Gotham';
  src:url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Gotham';
  src:url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight:700;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Gotham';
  src:url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight:900;font-style:normal;font-display:swap;
}

/* --- Tokens de marca (sobrescriben la paleta previa) --- */
:root{
  --morado:#682AA6;        /* Pantone 267 C — morado institucional */
  --morado-osc:#4E1C78;    /* profundidad */
  --amarillo:#ded026;      /* Amarillo acento oficial */
  --amarillo-osc:#b8ab17;
  --papel:#FFFFFF;         /* blanco soporte */
  --lila:#F6F2FB;          /* superficie */
  --tinta:#1C1A22;
  --grafito:#5C5670;
  --linea:#E3DBEF;
  --linea2:#EFEAF7;
  --display:'Gotham',system-ui,sans-serif;   /* títulos */
  --body:'Gotham',system-ui,sans-serif;      /* cuerpo */
}

/* --- Logo VEGA (imagen oficial) --- */
.vega-logo{display:inline-flex;align-items:center;gap:10px}
.vega-logo img{height:34px;width:auto;object-fit:contain}
.vega-logo--lg img{height:56px}
.vega-logo--sm img{height:24px}

/* Badge/acento amarillo de marca */
.brand-accent{background:var(--amarillo);color:var(--tinta)}
