/* The Moogs — design tokens (Claude Design v2) */
.mg-page{
  --ink:#0c0c0e;
  --ink-soft:#16161a;
  --paper:#f4f1ea;
  --gold:#d4af37;
  --gold-bright:#eccd60;
  --gold-deep:#a8842e;
  --muted:#9a9aa2;
  --line:rgba(255,255,255,.09);
  --display:'Anton',sans-serif;
  --body:'Sora',sans-serif;
}
.mg-page,.mg-page *{box-sizing:border-box;}
.mg-page ::selection{background:var(--gold);color:var(--ink);}
.mg-page{color:var(--paper);font-family:var(--body);font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased;}
.mg-page h1,.mg-page h2,.mg-page h3,.mg-page h4{margin:0;}
.mg-page p{margin:0;}
.mg-page a{color:inherit;text-decoration:none;}
.mg-page img{max-width:100%;display:block;}
.mg-page ul{list-style:none;margin:0;padding:0;}
