/* VENDORED from @roamfreevhr/design-system@0.6.0 (compat/roam-free-editorial.css).
   Generated by scripts/sync-tokens.js — do not edit here.
   Change tokens in the design-system repo, publish, bump the version, re-sync. */
/* Editorial-template compat shim — for the 5 pages that use the second token
   dialect: 404, about, dripping-springs, privacy-policy, terms-of-service.
   Load AFTER tokens.css AND compat/roam-free.css. It overrides the names those
   pages use differently from the rest of the site, so they keep their look:
     - --teal-light is a BRIGHT accent here (not the pale tint the base shim maps)
   Retire these page-specific aliases as the editorial template is rebuilt on
   canonical tokens. */
:root {
  --teal-light: var(--color-brand-bright);   /* #3A9B90 — bright accent, NOT the pale tint */
  --teal-pale:  var(--color-brand-pale);     /* #E8F5F3 */
  --teal-muted: var(--color-brand-mist);     /* #F0F9F8 (currently unused) */
  --charcoal:   var(--color-text);           /* #1B1B1B drift -> canonical #1a1a1a */
}
