/* ==========================================================================
   Design tokens — Barlontanon Insurance Agency (BIA)
   Colors sampled directly from the approved UI mockups (UI/*.png)
   ========================================================================== */

:root {
  /* Brand */
  --navy-900: #14133c;
  --navy-800: #181747;
  --navy-700: #24234f;
  --navy-600: #35335f;
  --navy-panel: #4a4770;
  --gold-500: #f1de80;
  --gold-600: #e3cc5f;
  --gold-700: #c9ae42;
  --green-600: #119d5e;
  --green-700: #0d8049;

  /* Neutrals */
  --white: #ffffff;
  --ink: #181747;
  --text-muted: #5c5a76;
  --text-faint: #8b899e;
  --border-light: #e5e4ee;
  --bg-light: #f6f6fb;
  --bg-lavender: #edecf8;

  /* Type */
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 180ms;
  --dur-med: 320ms;

  /* Layout */
  --container: 1200px;
  --header-h: 84px;
}
