/* =========================================================
   Saharan Rally 2009 - event theme
   Per-event palette. Overrides defaults from /shared/blog.css
   ========================================================= */

:root {
  --blog-accent:         #0d7fc2;
  --blog-accent-hover:   #095e92;
  --blog-bg:             #f6ebd0;
  --blog-card-bg:        #ffffff;
  --blog-text:           #1a1410;
  --blog-text-muted:     #6b5a45;
  --blog-heading:        #1a1410;
  --blog-placeholder-bg: #ebdfc0;
  --blog-placeholder-fg: #6b5a45;
}

[data-theme="dark"] {
  --blog-accent:         #4fb4ee;
  --blog-accent-hover:   #72c4f2;
  --blog-bg:             #14181f;
  --blog-card-bg:        #1e2530;
  --blog-text:           #f6ebd0;
  --blog-text-muted:     #c2b48f;
  --blog-heading:        #f6ebd0;
  --blog-placeholder-bg: #252d3a;
  --blog-placeholder-fg: #c2b48f;
}
