/* Shared design tokens for the library and public authentication screens. */
:root {
  --color-background: #091321;
  --color-text: #edf4ff;
  --color-accent: #96e7f2;
  --color-on-accent: #092030;
  --color-accent-hover: #c2f6ff;
  --color-muted: #aebed2;
  --color-subtle: #95a6bd;
  --color-focus: #72d8ed;
  --surface-hero: radial-gradient(ellipse at 94% 0%,#42608855,transparent 55%),radial-gradient(ellipse at 72% 100%,#16766c55,transparent 52%),linear-gradient(120deg,#12263d,#132037 65%,#213346);
  --hero-accent: linear-gradient(90deg,#70d5e8,#91deb9 48%,#b6adf2 80%,#ffc894);
}
