@import url("https://use.typekit.net/cac5eer.css");

:root {
  --fs-sm: clamp(0.8rem, 0.17vi + 0.76rem, 0.89rem);
  --fs-base: clamp(1rem, 0.34vi + 0.91rem, 1.19rem);
  --fs-md: clamp(1.25rem, 0.61vi + 1.1rem, 1.58rem);
  --fs-lg: clamp(1.56rem, 1vi + 1.31rem, 2.11rem);
  --fs-xl: clamp(1.95rem, 1.56vi + 1.56rem, 2.81rem);
  --fs-xxl: clamp(2.44rem, 2.38vi + 1.85rem, 3.75rem);
  --fs-xxxl: clamp(3.05rem, 3.54vi + 2.17rem, 5rem);
}

body {
  font-family: Times New Roman, "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: rgb(13, 13, 13);
}

.site-branding h1 {
  font-family: ivypresto-headline, serif;
  font-weight: 400;
  font-style: normal;

  text-align: center;
  font-size: var(--fs-xl);
  line-height: 1.1;

  margin: 3rem 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
  text-align: center;
  margin: 1rem 0;
}

h4 {
  font-weight: 600;
}

p {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem;
}

:root {
  --fs-sm: clamp(0.8rem, 0.17vi + 0.76rem, 0.89rem);
  --fs-base: clamp(1rem, 0.34vi + 0.91rem, 1.19rem);
  --fs-md: clamp(1.25rem, 0.61vi + 1.1rem, 1.58rem);
  --fs-lg: clamp(1.56rem, 1vi + 1.31rem, 2.11rem);
  --fs-xl: clamp(1.95rem, 1.56vi + 1.56rem, 2.81rem);
  --fs-xxl: clamp(2.44rem, 2.38vi + 1.85rem, 3.75rem);
  --fs-xxxl: clamp(3.05rem, 3.54vi + 2.17rem, 5rem);
}

p,
h4,
h5,
nav {
  font-size: var(--fs-base);
}

h1 {
  font-size: var(--fs-xl);
}

h2 {
  font-size: var(--fs-lg);
}

h3 {
  font-size: var(--fs-md);
}

figcaption {
  font-size: var(--fs-sm);
}
