/* ============================================================
   By Reem — shared brand core, loaded by every page BEFORE the
   page's own <style>. Only truly global things live here:
   palette variables, font variables, and the reset.
   Page-specific styles stay inline in each page.
   ============================================================ */
:root{
  --rose-deep:#C08081;
  --rose-tan:#D19A8A;
  --blush-mid:#EAB8B1;
  --blush-soft:#F4C2C2;
  --blush-pale:#F8E1E1;
  --ink:#6b4242;
  --ink-deep:#54302f;
  --white:#fffaf8;
  --vcr:'VT323', monospace;
  --script:'Great Vibes', cursive;
  --body:'Nunito Sans', sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
@keyframes blink{0%,60%{opacity:1}61%,100%{opacity:.2}}
