/* Fjorj.com — Soft light (WORKING LOCK)
   Marketing page only. Solid white bg — no paper tint, no color shift.
*/
:root {
  --bg: #FFFFFF;
  --ink: #2A2824;
  --ink-muted: #6B6660;
  --accent: #7A8C76;
  --cta: #5A6C5C;
  --cta-text: #FFFFFF;
  --surface: #FFFFFF;
  --border: #E5DFD4;
}

body {
  font-family: "URW Gothic", "Helvetica Neue", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
}

.wordmark {
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}
.tagline {
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--ink);
  max-width: 28em;
}
.cta {
  display: inline-block;
  background: var(--cta);
  color: var(--cta-text);
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
}
.whisper {
  font-size: 0.75rem;
  color: var(--ink-muted);
}
