:root {
  --bbc-red: #C60000;           /* primary: Use for clickable elements ONLY: links, buttons, etc (use minimally. A splash of color to draw the eye) */
  --bbc-dark-brown: #1A0E03;    /* primary: Header-type backgrounds and for dark text */
  --bbc-gray: #4C4C4C;          /* primary: Body text */
  --bbc-light-medium: #E2DED9;  /* primary: light backgrounds that aren't stark */
  --bbc-light: #ece8e3;         /* primary: medium backgrounds (topbar, highlight sections) */
  --bbc-white: #FFFFFF;         /* primary: high contrast backgrounds, text on dark backgrounds */

  --bbc-sage: #c9d7cc;          /* accent: to be used during christmas with primary red, oxblood, or dark brown copy */
  --bbc-brass: #B08D57;         /* accent: borders */
  --bbc-dusk: #3F5368;          /* accent: info, tabs, banners */
  --bbc-oxblood: #5A1E1E;       /* accent: premium bands/cards */
  --bbc-chocolate: #4B2E16;     /* accent: chocolate brown */

  --bbc-stars: #924237;         /* accent: for star ratings */
  --bbc-black: #000;            /* primary: for text only when necessary for contrast */
}