/* bugungisi.com — the one stylesheet (2026-09-24, B1-SITE). The nine colours
   used to be pasted into every page; they live here once. Page-specific layout
   stays in each page's own <style>. */

:root {
  --paper:#f4efe9; --white:#ffffff; --line:#e8ddcf;
  --ink:#3b2c20; --muted:#7a6a5b; --faint:#a99b8c;
  --coffee:#6f4e37; --moss:#3f6b5f; --rust:#a34b2f;
  }

/* Footer: the same four rows on every page (no self-link), wrapping at narrow
   widths. Links are MUTED and UNDERLINED — what you tap is never faint (the
   app's own rule, applied to the site 2026-09-24); reading text keeps faint. */
footer { display:flex; flex-wrap:wrap; gap:12px 20px; font-size:13px; }
footer a { color:var(--muted); text-decoration:underline; text-underline-offset:3px; }
footer a:hover { color:var(--coffee); }
footer .spacer { flex:1; }
