/* scopemy.city — shared foundation */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;max-width:100%}
img,video,iframe,table,svg{max-width:100%;height:auto}
html{scroll-behavior:smooth}
:root{
  --teal:#0B4F45;
  --teal-mid:#1D9E75;
  --teal-light:#E8F5F1;
  --cream:#F7F5F0;
  --ink:#1A1A18;
  --muted:#6B6B63;
  --border:#DDD9D0;
  --amber:#B45309;
  --green:#166534;
  --red:#991B1B;
  --wa-green:#25D366
}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--ink);font-size:15px;line-height:1.6}
footer{border-top:1px solid var(--border);padding:2rem;text-align:center;font-size:12px;color:var(--muted);margin-top:2rem}
footer a{color:var(--muted);margin:0 8px}
