:root {
  --w-color-primary: #0063B1;
  /* Any valid CSS format is supported. */
  --w-color-primary-200: #004999;
  /* Set each HSL component separately to change all hues at once. */
  --w-color-secondary-hue: 180.5;
  --w-color-secondary-saturation: 100%;
  --w-color-secondary-lightness: 24.7%;
}
