:root {
  --color-primary-base: 0 102 179;
  --color-primary-gradient: 0 74 130;
  --color-primary-button-text: 0 102 179;
  --color-primary-button-alternative-text: 255 255 255;
  --color-secondary-base: 237 28 36;
  --color-secondary-gradient: 182 0 0;
  --color-secondary-button-text: 255 255 255;
  --color-tertiary-base: 0 20 35;
  --color-tertiary-gradient: 90 100 110;
  --color-tertiary-button-text: 0 20 35;
  --color-success-base: 122 166 12;
  --color-success-gradient: 84 125 0;
  --color-success-button-text: 255 255 255;
  --color-info-base: 53 132 228;
  --color-info-gradient: 0 94 187;
  --color-info-button-text: 255 255 255;
  --color-warning-base: 240 163 13;
  --color-warning-gradient: 188 115 0;
  --color-warning-button-text: 0 0 0;
  --color-danger-base: 224 27 36;
  --color-danger-gradient: 182 0 0;
  --color-danger-button-text: 255 255 255;
  --color-form-base: 0 102 179;
}
