:root {
  --fastia-blue: #00bce4;
  --fastia-blue-dark: #0095b5;
  --fastia-blue-soft: rgba(0, 188, 228, 0.14);
}

/* Outside the shadow root: page chrome fallback */
body {
  background:
    linear-gradient(180deg, rgba(0, 188, 228, 0.06), rgba(0, 188, 228, 0) 220px),
    #0b1117;
}
