html { scroll-behavior: smooth; }

:root {
  --slo-bg: #0E0A14;
  --slo-surface: #1A1025;
  --slo-elevated: #231738;
  --slo-purple: #A855F7;
  --slo-purple-hover: #9333EA;
  --slo-magenta: #EC4899;
  --slo-lavender: #C084FC;
  --slo-soft: #D8B4FE;
  --slo-text: #F5F0FF;
  --slo-text-secondary: #9B8FB5;
  --slo-text-muted: #5A4F6E;
  --slo-emerald: #00e5a0;
  --slo-glass: rgba(168,85,247,0.06);
  --slo-glass-strong: rgba(168,85,247,0.12);
  --slo-border: rgba(168,85,247,0.12);
  --slo-page-width: 1100px;
  --slo-font: 'Inter', system-ui, sans-serif;
  --slo-font-display: 'Quicksand', sans-serif;
  --slo-font-mono: 'Fira Code', monospace;
}

body {
  font-family: var(--slo-font);
  background: var(--slo-bg);
  color: var(--slo-text-secondary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  outline: none;
  box-shadow: none;
  border: none;
}
