:root {
  --black:       #0E0E0E;
  --offwhite:    #F4F3F1;
  --white:       #FFFFFF;
  --gray-mid:    #888884;
  --gray-light:  #D8D7D3;
  --gray-dark:   #2A2A2A;
  /* Brand gold, taken from the star in the logo's "C"
     (assets/img/logo-copernic-white.svg, fill:#ebcc86). */
  --gold:        #EBCC86;
  --gold-deep:   #DCB863;
  --font-serif:  'Playfair Display', Georgia, serif;
  --font-sans:   'DM Sans', system-ui, sans-serif;
}
