:root {
  /* Light surface palette */
  --bg:           #fafaf8;
  --surface:      #ffffff;
  --surface-2:    #f4f2ee;
  --border:       #e6e2dc;

  /* Warm-dark palette (header, hero, footer) */
  --dark:         #1a1411;
  --dark-2:       #221a16;
  --dark-3:       #2d231e;
  --dark-border:  rgba(255,244,224,.08);

  /* Type */
  --text:         #1a1411;
  --text-soft:    #3d322c;
  --muted:        #6b605a;
  --on-dark:      #f6f1eb;
  --on-dark-soft: rgba(246,241,235,.72);
  --on-dark-mute: rgba(246,241,235,.50);

  /* Links (used inside body content — kept blue so orange stays a precious accent,
     and so the marketing site, forum, and KB share one link color.) */
  --link:         #1a5fb4;
  --link-hover:   #0d3a7a;
  --link-on-dark: #6ea8ff;

  /* Brand */
  --accent:       #ff8a1a;
  --accent-2:     #ffb878;
  --accent-soft:  #fff4e0;
  --accent-line:  #f0c674;
  --accent-deep:  #d96b00;

  /* Code */
  --code-bg:      #14100e;
  --code-text:    #f6f1eb;

  /* Misc */
  --radius:       8px;
  --radius-sm:    4px;
  --container:    1180px;
  --container-narrow: 880px;

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}
