/* Shared typography for public Riku pages. Almanac and flight radar opt out. */
:root {
  --font-site-ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "PingFang SC", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Inter, "Noto Sans JP", "Noto Sans SC", "Segoe UI", sans-serif;
  --font-site-display: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Inter, "Noto Sans JP", "Noto Sans SC", "Segoe UI", sans-serif;
  --font-site-label: "DIN Alternate", "Avenir Next Condensed", "Arial Narrow", Inter, "PingFang SC", "Hiragino Sans", "Noto Sans JP", "Noto Sans SC", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--font-site-ui);
  font-kerning: normal;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

h1,
h2,
h3,
.title,
.section-title,
.hero-title {
  font-family: var(--font-site-display);
}

.eyebrow,
.hero-kicker,
.kicker,
.overline,
.section-kicker {
  font-family: var(--font-site-label);
}

.leaflet-container {
  font-family: var(--font-site-ui);
}

.stat,
.spec,
.value,
.time,
table {
  font-variant-numeric: tabular-nums;
}
