/* GlassKit Ocean Blue preset. Background tokens adjusted to the user's white/blue palette.
   The original component styles remain unchanged in vendor/glasskit/glasskit.css. */
:root {
  --gl-color-primary: #007AFF;
  --gl-color-primary-dark: #0055CC;
  --gl-color-bg-dark: #f1f7ff;
  --gl-color-bg-mid: #f8fbff;
  --gl-color-bg-light: #ffffff;
  --gl-bg-aurora-1: rgba(0, 122, 255, 0.07);
  --gl-bg-aurora-2: rgba(0, 122, 255, 0.03);
  --gl-bg-aurora-3: rgba(90, 165, 255, 0.06);
  --gl-bg-light-streak-1: rgba(100, 175, 255, 0.05);
  --gl-bg-light-streak-2: rgba(100, 175, 255, 0.03);
  --gl-bg-warm-glow: rgba(100, 175, 255, 0.03);
}
