:root {
  --bg: #0e0b1e;
  --bg-2: #16122e;
  --bg-3: #1e1a3a;
  --border: #2e2850;
  --text-1: #f0eeff;
  --text-2: #b8b0d8;
  --text-3: #7870a8;
  --accent: #7c3aed;
  --accent-text: #a78bfa;
  --accent-dim: rgba(124,58,237,0.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Saira', sans-serif;
  background: var(--bg);
  color: var(--text-1);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
}
body::-webkit-scrollbar { display: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

/* Bobot heading terpusat (satu sumber kebenaran untuk semua level heading). */
h1, h2, h3, h4, h5, h6 { font-weight: 500; }
