body {
  font-family: "STIX Two Text", Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
nav, .site-title, blockquote {
  font-family: "Albert Sans", Arial, sans-serif;
}

h1 { font-size: clamp(2.25rem, 5vw, 3.375rem); }
h2 { font-size: clamp(2rem, 4vw, 2.375rem); }
h3 { font-size: clamp(1.875rem, 3.5vw, 2.5rem); }
h4 { font-size: clamp(1.6875rem, 3vw, 2rem); }
h5 { font-size: clamp(1.5rem, 2.5vw, 1.625rem); }
h6 { font-size: clamp(1.3125rem, 2vw, 1.375rem); }

blockquote {
  line-height: 1.25;
}