@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600&display=swap');

:root {
  --font-body: 'Source Serif 4', Georgia, serif;
}

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