/* ==========
Template Defaults
========== */
@import url('default-chapter.0515.css');

/* ====================
Universal Overrides
==================== */

:root {
  /* Base */
  --colorSubhead: #b08f0d;
  /*  Colors */
  --color1: #b08f0d;
  --color2: #000;
  --color3: var(--color1);
  /* Boxes & Quotes*/
  --colorBox1: #ffd236;
  --colorBox2: #eee;
  --colorQuoteBorder1: #ffce26;
  /* Bullet Colors */
  --color1Bullet: #ffd236;
}