@font-face {
  font-family: "Tempora";
  font-style: normal;
  font-weight: normal;
  src:
    local("Tempora LGC Uni Regular"),
    url("/fonts/TemporaLGCUni/TemporaLGCUni-Regular.woff") format("woff");
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.cover {
  padding: 32px 20px 0;
}

.cover img {
  display: block;
  width: 712px;
  max-width: 100%;
  margin: 0 auto;
}

.content {
  max-width: 712px;
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2 {
  margin: 32px 0;
  font-family: "Tempora", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

h2 {
  font-family: "Tempora", serif;
  font-weight: 400;
  text-align: center;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

li {
  margin: 0 0 20px;
}

.btn-logo {
  border: 1px solid;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
  justify-content: space-between;
  margin: 32px 0;
}

.btn-logo img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: block;
}

.inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
