/*
 * Fallback for editions without their own theme/{year}.css yet
 * (historical years, or a new event before its file is written).
 * Cognac amber — see theme/2026.css.
 */
:root {
  --primary: light-dark(#9a4a1f, #2fb8c4);
  --primary-focus: light-dark(rgba(154, 74, 31, 0.35), rgba(47, 184, 196, 0.35));
  --primary-inverse: light-dark(#fff8f2, #06181a);
  --secondary-background: light-dark(#7a6a58, #4a7275);
  --secondary-inverse: light-dark(#ffffff, #06181a);
}
