body{
  font-family: Inter, sans-serif;
  background:var(--bg);
  color:var(--text);
}

h1{
  font-size:28px;
  font-weight:600;
}

h2{
  font-size:22px;
}

.subtitle{
  font-size:14px;
  color:var(--text-muted);
}
