/* Kept as a public asset because index.html loads this file before React. */
:root {
  --timeless-font-sans: "Public Sans", "Inter", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

html,
body,
#root {
  font-family: var(--timeless-font-sans);
}
