/* ============================================================
   A.I.S. RESOURCES — BRAND PALETTE
   Charcoal slate / off-white / copper-gold accent
   Referenced by mainsheet_prepro.css + mainsheet.css
   ============================================================ */
:root{
  /* Inks (dark surfaces) */
  --ink:#17191C;
  --ink-deep:#101215;
  --ink-soft:#1E2126;

  /* Papers (light surfaces) */
  --paper:#F6F7F9;
  --white:#FFFFFF;

  /* Accents */
  --gold:#C99A3F;
  --gold-bright:#E8C26B;
  --gold-deep:#B8791F;
  --teal:#1FB7A6;
  --violet:#8A4FE0;
  --blue:#2E8FE6;
  --copper:#B05A2A;

  /* Text */
  --txt-on-dark:#E9EBEE;
  --txt-dim-dark:#B7BCC4;   /* AA on --ink */
  --txt-on-light:#1B1E22;
  --txt-dim-light:#4C535C;

  /* ---- JRX-aligned aliases (so generic component CSS resolves) ---- */
  --navy:var(--ink);
  --navy-mid:var(--ink-soft);
  --bg:var(--paper);
  --surface:var(--white);
  --surface-alt:#F0F1F3;
  --border:rgba(20,22,26,.10);
  --border-light:rgba(255,255,255,.12);
  --text:var(--txt-on-light);
  --text-muted:var(--txt-dim-light);
}
