/* ============================================================
   SEMANTIS — PARCHMENT THEME
   Visual tokens only.
   ============================================================ */

:root {
  --bg: #f3f0e8;
  --surface: #e9e5da;
  --surface-soft: rgba(255,255,255,.34);

  --fg: #17191c;
  --muted: #555b60;
  --soft: #85898b;

  --line: #cbc6ba;
  --line-strong: #a9a397;

  --accent: #186985;
  --accent-light: #4fa8c7;
  --accent-secondary: #8c6ccf;

  --max: 1180px;

  --hero-media-bg: #121a24;

  --hero-tint-a: rgba(22,105,133,.08);
  --hero-tint-b: rgba(79,127,199,.10);
  --hero-tint-c: rgba(140,108,207,.16);

  --hero-fade: rgba(243,240,232,.32);
  --hero-fade-mobile: rgba(243,240,232,.20);
  --hero-mark: rgba(255,255,255,.78);

  --contact-tint-a: rgba(79,168,199,.06);
  --contact-tint-b: rgba(140,108,207,.05);
}
