@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-400-v14.woff2") format("woff2");
}

:root {
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

body {
  color: inherit;
  background: inherit;
}

h1, h2 {
  font-family: "Source Serif 4", "Iowan Old Style", "Charter", Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: -.03em;
}

.brand {
  font-family: var(--font-sans);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-tight);
}
