:root {
  --colors-global-primary: #00aaff;
  --colors-global-primary-variant: #3dbeff;
  --colors-global-primary-variant-2: #8bd7fd;
  --colors-global-secondary: #09c199;
  --colors-global-secondary-variant: #66e0c4;
  --colors-global-secondary-variant-2: #baf2e4;
  --colors-button-primary: #262626;
  --colors-button-primary-hover: #f5f5f5;
  --colors-button-primary-hover-border: #b5b5b5;
  --colors-button-primary-text: #ffffff;
  --colors-button-primary-hover-text: #000000;
  --colors-button-secondary: #169c43;
  --colors-button-secondary-hover: #f5f5f5;
  --colors-button-secondary-text: #ffffff;
  --colors-button-secondary-hover-text: #000000;
  --colors-button-secondary-hover-border: #d6d6d6;
  --colors-text-primary: #003047;
  --colors-text-primary-contrast: #f2f2f2;
  --colors-global-background: #f5f5f5;
  --colors-text-secondary: #00557f;
  --colors-text-secondary-contrast: #f2f2f2;
  --colors-text-heading: #1f1f1f;
}
