/* BC3 brand colours for the cbpool site. Loaded after style.css; only these
   six variables are meant to change per coin. Replace the PNGs next to this
   file (logo.png 512x512 or larger, favicon.png 64x64, apple-touch-icon.png
   180x180, icon-512.png) with the coin's own artwork. */
:root {
  --brand-a: #f3952c;
  --brand-a-soft: rgba(243, 149, 44, 0.12);
  --brand-a-line: rgba(243, 149, 44, 0.38);
  --brand-b: #5dd3f0;
  --brand-b-soft: rgba(93, 211, 240, 0.12);
  --brand-b-line: rgba(93, 211, 240, 0.35);
}
