@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RkBI95WamXgHlI.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v21/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.font-garamond {
  font-family: 'EB Garamond';
}

html,
body {
  font-family: 'IBM Plex Sans';
  color: #3c4a44;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadein {
  animation: fadein 500ms forwards;
  animation-delay: 100;
}

.bg-zinc-100 {
  background-color: #eee;
}

.h-dvh {
  height: 100vh;
  height: 100dvh;
}

p a {
  text-decoration: underline;
}

p a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="none" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M6.158 3.135c.202-.189.518-.179.707.023l3.75 4c.18.192.18.491 0 .684l-3.75 4c-.189.202-.505.212-.707.023a.48.48 0 01-.023-.682l3.43-3.658-3.43-3.658a.48.48 0 01.023-.682z" clip-rule="evenodd"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: transform 300ms;
}