/* Theme tokens for shared brand and layout values.
   Keep most styling inline in views; define only reusable system values here. */
   @theme {
    /* Teal (#0f766e) */
    --color-teal: #0f766e;
    /* Amber (#f59e0b) */
    --color-amber: #f59e0b;
    /* Slate Gray (#334155) */
    --color-slate-gray: #334155;
    /* White Smoke (#f8fafc) */
    --color-white-smoke: #f8fafc;
    /* White (#ffffff) */
    --color-white: #ffffff;
    /* Vouch Blue (#8ec2ff) */
    --color-vouch-blue: #8ec2ff;
    /* Vouch Tan (#f8f4eb) */
    --color-vouch-tan: #f8f4eb;
  
    --font-sans: "Open Sans", "Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --radius-card: 0.75rem;
    --shadow-card: 0 10px 24px rgba(15, 23, 42, 0.08);
  }
  