@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Instrument+Serif:ital@1&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");

.space-mono-regular {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.space-mono-bold {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.space-mono-bold-italic {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: italic;
}

html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 4rem 8rem;

  background-color: #fbfbf1;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #24201e;
  background-image: url(img/issues-as-code-bg.svg);
  background-repeat: repeat;
  background-size: contain;
  -webkit-text-size-adjust: 100%;
}
.card {
  min-width: 20rem;
  max-width: 62rem;
  background: #fbfbf1;
  padding: 7rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
hr {
  margin: 2rem 0rem;
  height: 1rem;
  width: auto;
  border: none;
  background-image: url(img/dots.svg);
  background-repeat: no-repeat;
}
.states {
  width: 36rem;
  max-width: 100%;
}
p {
  color: #24201e;
}

.logo {
  width: 8rem;
  margin-bottom: 3rem;
}

h1 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
  color: #24201e;
  font-size: 5.635rem;
  line-height: 6rem;
}
.lemma {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem;
  color: #24201e;
}
h2 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem;
  color: #82a5eb;
}
h3 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  color: #24201e;
}
pre,
code,
tt {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
ul {
  list-style: "\2014";
}
li {
  padding-left: 0.6rem;
  padding-bottom: 0.5rem;
}

footer {
  margin-top: 6rem;
  padding-top: 1.5rem;
  border-top: 2px solid #24201e;
  margin-bottom: 4rem;
  font-size: 0.85rem;
}

@media only screen and (min-width: 375px) {
  body {
    padding: 1rem;
  }
  .card {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  body {
    padding: 4rem;
  }
  .card {
    padding: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  body {
    padding: 4rem 8rem;
  }
  .card {
    padding: 7rem;
  }
}
