/* RugWeather typography system — shared by browser and installed PWA. */
html,
html body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .page-title,
html .topbar-panel h1,
html .app-hero h1,
html .card-title h2,
html .card-title h3,
html .auth-copy h1,
html .premium-hero-card h1,
html .offline-card h1 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.045em;
}

html h1 {
  font-weight: 500;
  line-height: .98;
}

html h2 {
  font-weight: 500;
  line-height: 1.02;
}

html h3,
html h4,
html h5,
html h6 {
  font-weight: 650;
}

html .eyebrow,
html .section-label,
html .rw-eyebrow {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
