/* NAKEDᴹᴰ brand foundations for the retreat site.
   Fonts + tokens vendored from nkmdmgmt/design-system (@nakedmd/ui).
   Rules: radius 0 everywhere, no gradients, tonal elevation, hairline lines. */

@font-face {
  font-family: "League Gothic";
  src: url("/static/fonts/LeagueGothic-VariableFont_wdth.ttf") format("truetype-variations");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/static/fonts/Inter-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/static/fonts/Inter-Italic-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("/static/fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("/static/fonts/InstrumentSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  /* Base palette — NAKEDMD Brand Identity Manual */
  --nkmd-obsidian: #272729;
  --nkmd-chestnut: #533928;
  --nkmd-stone: #87796A;
  --nkmd-sand: #AD927B;
  --nkmd-driftwood: #CBC4B7;
  --nkmd-bone: #F4F1EA;
  --nkmd-bone-50: #FAF8F3;
  --nkmd-bone-200: #EAE5DB;

  /* Semantic tokens shared by all retreat pages */
  --bg: var(--nkmd-bone);
  --white: #FFFFFF;
  --ink: var(--nkmd-obsidian);
  --dim: #7A736A;
  --faint: #A69E93;
  --line: rgba(39, 39, 41, 0.12);
  --line-2: rgba(39, 39, 41, 0.22);
  --sand: var(--nkmd-sand);
  --chestnut: var(--nkmd-chestnut);
  --driftwood: var(--nkmd-driftwood);
  --sage: #6B8E6B;

  --font-display: "League Gothic", "Oswald", sans-serif;
  --font-sans: "Inter", "Futura", ui-sans-serif, system-ui, sans-serif;
  --font-serif: "Instrument Serif", "Didot", serif;

  --tracking-wide: 0.08em;
  --tracking-wider: 0.18em;
  --tracking-widest: 0.32em;

  --ease-editorial: cubic-bezier(0.2, 0.7, 0.2, 1);
  --dur-fast: 180ms;
  --dur-med: 320ms;
}

/* Brand mark: NAKED with superscripted MD */
sup.bmd {
  font-size: 0.58em;
  vertical-align: 0.45em;
  letter-spacing: 0.08em;
  line-height: 0;
}
