/*
 * Deliberately use platform fonts. Keeping this first-party stylesheet makes
 * future licensed font files possible without reintroducing a remote request.
 */
:root {
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
