:root {
  --font-serif: Georgia, Times New Roman, serif; 
}

body {
  line-height: 1.5;
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-serif);
}

h1 {
  font-weight: 500;
}
