@font-face {
  font-family: "Norse";
  src: url("../fonts/norse/Norse.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

body {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  place-items: center;
  background: #f2eee5;
  color: #4a453c;
}

main {
  width: min(32rem, calc(100% - 2rem));
  text-align: center;
}

h1 {
  margin: 0 0 40px 0;
  color: #1f1f1f;
  font-family: "Norse", serif;
  font-size: clamp(2.75rem, 10vw, 8rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

h1 span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 200;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  font-size: 0.2em;
}

p {
  margin: 1.5rem auto 0;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.6;
}
