#cc-main {
  /** Change font **/
  --cc-font-family: "DM Sans", Montserrat, sans-serif;

  /** Change button primary color to black **/
  --cc-btn-primary-bg: #207c88;
  --cc-btn-secondary-bg: rgba(32, 124, 136, 0.5);
  --cc-btn-secondary-bg-color: white;
  --cc-btn-primary-border-color: #207c88;
  --cc-btn-primary-hover-bg: #444444;
  --cc-btn-primary-hover-border-color: #444444;

  /** Also make toggles the same color as the button **/
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);

  /** Make the buttons a bit rounder **/
  --cc-btn-border-radius: 10px;
  --cc-btn-border-radius: 0px;
  --cc-modal-border-radius: 0px;
  --cc-btn-secondary-bg: #020202;
  --cc-btn-secondary-hover-bg: #000000;
  --cc-btn-secondary-color: rgba(255,255,255,0.7);
  --cc-btn-secondary-hover-color: rgba(255,255,255,1);
  --cc-btn-secondary-bg-color: white;
  --cc-btn-primary-hover-color: white;
  --cc-btn-primary-color: white;
  --cc-btn-secondary-hover-border-color: white;
}

#cc-main .cm__desc {
  font-size: 0.75em;
}
#cc-main .cm--cloud .cm__desc {
  max-height: 45vh;
}

#cc-main .cm__link-group {
  color: #ea9a6a;
}


