/*
 * COLOR PALETTE
 * =============
 * Fixed palette for this condensed site. The scheme switcher and its
 * alternative themes have been removed, so no data-theme attribute is ever
 * set and these values always apply.
 */

:root {
  --nav-bg:        #2c3a52;
  --footer-bg:     #2c3a52;
  --bg:            #ffffff;
  --bg-secondary:  #e8e4d8;
  --text:          #1a1a1a;
  --text-secondary:#333333;
  --text-muted:    #666666;
  --text-faint:    #999999;
  --border:        #cccccc;
  --accent:        #2c3a52;
}

