/* Roboto: single load for every page that links style.css (replaces per-page Google Fonts links). */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

@import url("theme-baseline.css");

html {
  font-family: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;
}
