/* ============================================
   DESIGN TOKEN COMPATIBILITY LAYER
   Remove only after all templates migrate to the new naming system.
   ============================================ */
:root {
  --c-bg: var(--bg-primary);
  --c-white: #FDFCFA;
  --c-deep: var(--bg-dark);
  --c-text: var(--text-primary);
  --c-text-light: var(--text-muted);
  --c-accent: var(--accent-warm);
  --f-sans: var(--f-display);
  --f-serif: var(--f-body);
  --font-heading: var(--f-display);
  --color-text-light: var(--text-muted);
}