:root {
  --accent: #C9D4D2;
  --accent-ink: #4A5A5C;
  --light: #EEF0EE;
  --light-2: #E2E6E4;
  --page-bg: var(--light);
  --night: #0B1A22;
  --deep: #163847;
  --surface: #10262F;
  --lamp: #F2B35B;
  --lamp-ink: #D9892A;
  --lamp-text: #9A5A14;
  --ink: #0D1B21;
  --ink-2: #44555B;
  --white: #FFFFFF;
  --on-dark: #EDF0EB;
  --on-dark-2: rgba(237, 240, 235, .72);
  --hair-dark: rgba(237, 240, 235, .13);
  --hair-light: rgba(13, 27, 33, .13);
  /* Ghost custom-font contract; approved KINOR typography remains Onest. */
  --gh-font-heading: "Onest";
  --gh-font-body: "Onest";
  --f-sans: var(--gh-font-body), Arial, system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-heading: var(--gh-font-heading), Arial, system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --f-hebrew: "Rubik", Arial, sans-serif;
  --measure-wide: 1240px;
  --measure-copy: 760px;
  --gutter: clamp(16px, 4vw, 56px);
  --sec-y: clamp(72px, 9vw, 128px);
  --r-pill: 999px;
  --r-card: 18px;
  --r-field: 12px;
  --r-hero-card: 28px;
}

/* Project identity lives on body; only the token values change per project. */
body.kn-conf {
  --accent: #6CB4FF;
  --accent-ink: #1F5FA6;
  --light: #F2EFE8;
  --light-2: #E7E2D8;
  --page-bg: var(--night);
}
