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

:root {
  --bg: #111318;
  --surface: #1a1d24;
  --surface-2: #222631;
  --border: #2e3240;
  --text: #e8e6e1;
  --text-secondary: #8a8a9a;
  --accent: #b8a882;
  --ibk-identitet: #8b5cf6;
  --ibk-beteende: #f59e0b;
  --ibk-kommunikation: #0ea5e9;
  --status-att-gora: #8a8a9a;
  --status-pagaar: #f59e0b;
  --status-klart: #22c55e;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  letter-spacing: -0.01em;
}

button {
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}

#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: var(--text-secondary);
  font-size: 0.9rem;
}
