/*
  Ogham public client theme sample.
  Dev-only candidate, not wired to any runtime target.
  Intended deployment model: one tiny per-client token file plus one shared page-type CSS file.
*/

:root {
  --ogham-brand: #123a5a;
  --ogham-brand-strong: #0b2438;
  --ogham-brand-soft: #e8f1f7;
  --ogham-accent: #0f766e;
  --ogham-accent-soft: #e2f4f1;
  --ogham-warm: #b7791f;
  --ogham-warm-soft: #fff4df;
  --ogham-success: #24784f;
  --ogham-danger: #b42318;
  --ogham-ink: #172331;
  --ogham-muted: #617083;
  --ogham-line: #d8e2ec;
  --ogham-bg: #f6f8fb;
  --ogham-panel: #ffffff;
  --ogham-shadow: 0 14px 36px rgba(16, 42, 67, 0.08);
}

body.client-theme-sample {
  --ogham-brand: #173f5f;
  --ogham-brand-strong: #0f2c43;
  --ogham-brand-soft: #e7f0f7;
  --ogham-accent: #2f7d62;
  --ogham-accent-soft: #e4f3ec;
  --ogham-warm: #9f6a1d;
  --ogham-warm-soft: #fff4dc;
}
