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

:root {
  --blog-accent:         #e11427;
  --blog-accent-hover:   #b30f1e;
  --blog-bg:             #f5f0e8;
  --blog-card-bg:        #ffffff;
  --blog-text:           #1a1410;
  --blog-text-muted:     #7a5a3d;
  --blog-heading:        #1a1410;
  --blog-placeholder-bg: #ebe3d2;
  --blog-placeholder-fg: #7a5a3d;
}

[data-theme="dark"] {
  --blog-accent:         #ef4656;
  --blog-accent-hover:   #f46575;
  --blog-bg:             #0f0c0a;
  --blog-card-bg:        #1c1814;
  --blog-text:           #f5f0e8;
  --blog-text-muted:     #d4a647;
  --blog-heading:        #d4a647;
  --blog-placeholder-bg: #241e18;
  --blog-placeholder-fg: #d4a647;
}
