@font-face {
  font-family: "Urbanist";
  src: url("./Urbanist-VariableFont_wght.ttf") format("truetype");
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: "Urbanist";
  src: url("./Urbanist-VariableFont_wght.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}

/* Example usage */
body {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
}

.font-light {
  font-weight: 300;
}

.font-md {
  font-weight: 500;
}

p {
  hyphens: auto;
}

@media screen and (min-width: 480px) {
  p {
    hyphens: none;
  }
}

a {
  color: #303030;
}

body {
  font-family: Urbanist, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #303030;
}

/* HEADER */

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 2rem;
}

header img {
  width: 100%;
  max-width: 340px;
  margin-bottom: 1rem;
}

header p {
  font-size: 12px;
  text-transform: uppercase;
  text-wrap: balance;
  max-width: 25ch;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

/* MAIN */

main {
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

/* SECTION */

section {
  margin-bottom: 2rem;
}

section h1 {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 6rem;
}

section h2 {
  color: #be9c53;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* CONTACT */

article.contact {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 480px) {
  article.contact {
    flex-direction: row;
    text-align: left;
  }
}

article.contact .card {
  flex: 1;
  width: 100%;
}

article.contact .separator {
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: #be9c53;
}

@media screen and (min-width: 480px) {
  article.contact .separator {
    height: auto;
    min-height: 100%;
    width: 1px;
    max-width: 1px;
    margin: 0 2rem;
  }
}

@media screen and (min-width: 768px) {
  article.contact .separator {
    margin: 0 4rem;
  }
}

/* CARD */

.card p {
  font-weight: 300;
}

.card p strong {
  font-weight: 500;
}

.card p a {
  text-decoration: none;
  color: #303030;
}

.card ul {
  list-style: none;
  padding: 0;
}

.card ul li {
  margin-bottom: 0.5rem;
}

.card ul li a {
  font-weight: 500;
  color: #303030;
}

ul li a:hover {
  text-decoration: underline;
}

/* FOOTER */

footer {
  background-color: #be9c53;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

footer a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
}

footer a:hover {
  text-decoration: underline;
}

/* CONTACT */

article.contact {
  margin-bottom: 6rem;
}

/* DONATE */

section.donate {
  text-align: center;
  margin-bottom: 6rem;
}

article.donate p {
  text-align: center;
}

/* QUOTE */

.quote {
  text-align: center;
  margin-bottom: 6rem;
}

.quote h1 {
  margin-bottom: 0.1rem;
}

.quote .author {
  font-size: 12px;
}

/* MISSION */

article.mission {
  position: relative;
  margin-bottom: 6rem;
}

article.mission .backdrop {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  max-width: 100%;
}

/* DONATE */

article.donate {
  text-align: center;
  margin-bottom: 6rem;
}

article.donate p {
  text-align: center;
}

/* NAMING */

section.naming {
  margin-bottom: 6rem;
}

/* IMPRINT */

section.imprint {
  position: relative;
  margin-bottom: 6rem;
}

section.imprint h3 {
  font-weight: 300;
}

section.imprint .backdrop {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  max-width: 100%;
}

/* PRIVACY */

section.privacy {
  position: relative;
  margin-bottom: 6rem;
}

section.privacy h3 {
  font-weight: 300;
}

section.privacy .backdrop {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  max-width: 100%;
}
