:root {
  /* Font Families */
  --ce-font-body: 'DM Sans', sans-serif;
  --ce-font-heading: 'DM Serif Display', serif;

  /* Global Core Design Tokens — Visible Everywhere */
  --bg:        #F5F2EC;
  --surface:   #FFFFFF;
  --ink:       #1A1714;
  --ink-mid:   #4A4540;
  --ink-light: #7A736B;
  --accent:    #C8622A;
  --accent-lt: #F0DDD0;
  --rule:      #E2DBD3;
  --step-bg:   #1A1714;
  --step-fg:   #F5F2EC;
  --tag-bg:    #E8E2D8;
  --tag-fg:    #4A4540;

  /* Map WordPress native utility hooks directly to your engineering values */
  --wp--preset--color--ce-bg: var(--bg);
  --wp--preset--color--ce-surface: var(--surface);
  --wp--preset--color--ce-ink: var(--ink);
  --wp--preset--color--ce-accent: var(--accent);
}