@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");
:root {
  --bg: #070b16;
  --ink: #e7eefc;
  --header: #070b16;
  --header-ink: #e7eefc;
  --accent: #8eb6ff;
  --cta: #8eb6ff;
  --cta-ink: #07101f;
  --card: #10182a;
  --line: #243044;
  --mute: #a9b7d0;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Outfit", "Outfit", system-ui, sans-serif;
  --radius: 12px;
  --logo-h: 40px;
  --scheme: dark;
}
.brand-estelar .layout{box-shadow:0 0 0 1px var(--accent)}
