/* Shared by every page, including generated blog HTML.
   Match den-mobile-ui/constants/typography.ts: native UI and Georgia wordmark. */
:root {
  --font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-wordmark: Georgia, "Times New Roman", serif;
}

body {
  font-family: var(--font-ui);
  font-weight: 400;
}

.den-wordmark {
  font-family: var(--font-wordmark);
  font-weight: 600;
  letter-spacing: normal;
}
