/* Shared typography for the generated workflow facts pages. */
:root {
  --display: "Fraunces", Georgia, serif;
  --body: "DM Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-family: var(--body);
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 600;
}
