/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --clenq-primary: #00a651;
  --clenq-primary-rgb: 0, 166, 81;
  --clenq-black: #000000;
  --clenq-black-rgb: 23, 32, 0;
}

.span1 {
  color: #00aeef;
  /* Cyan (C100) */
}

.span2 {
  color: #00a651;
  /* Green (C100 + Y100) */
}