body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  background:var(--bg);
  color:var(--text);
  font-size:14px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}

h1{
  font-size:32px;
  font-weight:700;
  color:var(--text);
  line-height:1.2;
  margin:0;
}

h2{
  font-size:22px;
  font-weight:600;
  color:var(--text);
  margin:0;
}

h3{
  font-size:17px;
  font-weight:600;
  color:var(--text);
  margin:0;
}

h4{
  font-size:15px;
  font-weight:600;
  color:var(--text);
  margin:0;
}

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

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

.text-subtle{
  color:var(--text-subtle);
  font-size:12px;
}
