/* T679 - Restaurant palette for the guest assistant widget (direction B "Linen"). VALUES ONLY:
   every rule, class and selector lives in the shared guest-assistant.css (the future twin); this file
   only overrides the semantic tokens on .gaw-root so india-village.net wears its own orange instead of
   the River Village gold defaults. --gaw-accent inherits the site's live --theme-color
   (assets/css/style.css) and --gaw-paper2 reuses the site's own --smoke-color2 warm paper.

   Contrast (computed): ink #1F1F1F on accent #FA8507 = 6.61:1, on paper #FBF8F2 = 15.55:1,
   on paper2 #F4EFE3 = 14.37:1; accent glyph on the ink send disc = 6.61:1; white on the ink capsule
   = 16.48:1; fg2 #6E6558 on paper = 5.40:1; meta #756B5D on paper = 4.93:1 (11px meta + placeholder).
   White on the orange would be 2.49:1 - which is why --gaw-on-accent is ink, never white. */
.gaw-root {
    --gaw-accent: var(--theme-color, #FA8507);
    --gaw-accent-dark: #DD5903;
    --gaw-paper: #FBF8F2;
    --gaw-paper2: #F4EFE3;
    --gaw-tint: #F4EFE3;
    --gaw-line: #E7DFD1;
    --gaw-fg: #1F1F1F;
    --gaw-fg2: #6E6558;
    --gaw-meta: #756B5D;
    --gaw-on-accent: #1F1F1F;
    --gaw-sub: #6E6558;
    /* T689 P4 - launcher glow in the site's own orange (the shared file's default is gold). */
    --gaw-glow: rgba(250, 133, 7, .35);
}
