/* ==========================================================================
   Nitro Simracing - Base Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  color: var(--sn-color-text);
  margin-top: 0;
  margin-bottom: var(--sn-space-4);
  font-weight: 700;
  line-height: 1.2;
}

h1 { font-size: var(--sn-font-size-xl); }
h2 { font-size: var(--sn-font-size-lg); }
h3 { font-size: var(--sn-font-size-md); }
h4 { font-size: var(--sn-font-size); }
h5 { font-size: var(--sn-font-size-sm); }
h6 { font-size: var(--sn-font-size-xs); }

p {
  margin-top: 0;
  margin-bottom: var(--sn-space-4);
}

a {
  color: var(--sn-theme-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--sn-theme-primary-hover);
  text-decoration: none;
}

code {
  font-family: var(--sn-font-mono);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.2em 0.4em;
  border-radius: var(--sn-radius-xs);
  font-size: 0.875em;
  color: #9cdcfe;
}
