@font-face{
  font-family:"Cormorant";
  src:url("fonts/cormorant-normal-latin.woff2") format("woff2");
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
}
@font-face{
  font-family:"Cormorant";
  src:url("fonts/cormorant-italic-400-latin.woff2") format("woff2");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
:root{
  --bg:#f7f5f1;
  --surface:#ffffff;
  --ink:#211c17;
  --ink-soft:#4f4942;
  --line:#e4ded6;
  --line-strong:#cfc8bd;
  --stone:#8f877d;
  --walnut:#7a5d3b;
  --accent:#a759ff;
  --accent-hover:#9a45f5;
  --dark:#121212;
  --error:#a8472f;
  --error-strong:#8f3b29;
  --error-line:#c0563f;
  --serif:"Cormorant",Georgia,"Times New Roman",serif;
  --sans:"Helvetica Neue",Helvetica,Arial,sans-serif;
  --maxw:1280px;
  --legal-maxw:980px;
  --gutter:clamp(24px,6vw,88px);
}
