/* ============================================================
   EMERALD ARTS — Brand foundation (fonts + tokens)
   ============================================================ */
@font-face{
  font-family:"SangBleu Empire";
  src:url("../fonts/SangBleuEmpire-Bold.otf") format("opentype");
  font-weight:700;font-style:normal;font-display:swap;
}
@font-face{
  font-family:"Sohne";
  src:url("../fonts/Sohne-Buch.otf") format("opentype");
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:"Sohne";
  src:url("../fonts/Sohne-Kraftig.otf") format("opentype");
  font-weight:600;font-style:normal;font-display:swap;
}
@font-face{
  font-family:"Sohne Mono";
  src:url("../fonts/SohneMono-Buch.otf") format("opentype");
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:"Sohne Mono";
  src:url("../fonts/SohneMono-Kraftig.otf") format("opentype");
  font-weight:600;font-style:normal;font-display:swap;
}

:root{
  /* Primary palette */
  --emerald:#213A1E;
  --canvas:#F3F1EF;
  --graphite:#343132;
  /* Accent */
  --citron:#D0D72C;
  /* derived */
  --emerald-deep:#162a13;
  --canvas-warm:#ECE9E4;
  --line:rgba(52,49,50,.16);
  --line-light:rgba(243,241,239,.22);

  --serif:"SangBleu Empire",Georgia,serif;
  --sans:"Sohne","Helvetica Neue",Arial,sans-serif;
  --mono:"Sohne Mono",ui-monospace,"SFMono-Regular",monospace;
}

*{box-sizing:border-box}

/* type helpers */
.eyebrow{
  font-family:var(--mono);font-weight:400;
  font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;
}
.display{
  font-family:var(--serif);font-weight:700;line-height:.96;
  letter-spacing:-.01em;
}
.body{
  font-family:var(--sans);font-weight:400;line-height:1.55;
  letter-spacing:.005em;
}
