:root {
  --blue: hsla(208.24, 100%, 33.33%, 1);
  --blue-light: hsla(207.93, 100%, 42.55%, 1);
  --blue-dark: hsla(208.72, 100%, 22.94%, 1);
  --blue-glow: hsla(208.24, 100%, 33.33%, 0.35);
  --blue-glow-strong: hsla(208.24, 100%, 33.33%, 0.55);
  --bg: hsla(231.43, 33.33%, 4.12%, 1);
  --bg-raised: hsla(229.09, 29.73%, 7.25%, 1);
  --bg-card: hsla(231.43, 33.33%, 8.24%, 0.7);
  --bg-card-hover: hsla(231, 33.33%, 11.76%, 0.85);
  --text: hsla(225, 30.77%, 94.9%, 1);
  --text-secondary: hsla(229.66, 14.29%, 60.2%, 1);
  --text-muted: hsla(231.43, 15.22%, 36.08%, 1);
  --border: hsla(0, 0%, 100%, 0.07);
  --border-hover: hsla(0, 0%, 100%, 0.14);
  --wp-preset-color-black: hsla(0, 0%, 0%, 1);
  --wp-preset-color-cyan-bluish-gray: hsla(207.5, 16.67%, 71.76%, 1);
  --wp-preset-color-white: hsla(0, 0%, 100%, 1);
  --wp-preset-color-pale-pink: hsla(345.28, 86.89%, 76.08%, 1);
  --wp-preset-color-vivid-red: hsla(0, 63.64%, 49.61%, 1);
  --wp-preset-color-luminous-vivid-orange: hsla(24.71, 100%, 50%, 1);
  --wp-preset-color-luminous-vivid-amber: hsla(44.05, 100%, 49.41%, 1);
  --wp-preset-color-light-green-cyan: hsla(155.88, 58.08%, 67.25%, 1);
  --wp-preset-color-vivid-green-cyan: hsla(158.08, 100%, 40.78%, 1);
  --wp-preset-color-pale-cyan-blue: hsla(203.45, 94.83%, 77.25%, 1);
  --wp-preset-color-vivid-cyan-blue: hsla(201.72, 94.85%, 45.69%, 1);
  --wp-preset-color-vivid-purple: hsla(271.05, 69.76%, 59.8%, 1);
}