@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/dancing-script-latin.woff2') format('woff2');
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  height: 100%;
}

body {
  background: #FAF6ED;
  color: #000;
  font-family: 'Dancing Script', cursive;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}

main img {
  width: 150px;
  max-width: 40vw;
  height: auto;
  margin: 0 auto 0.75rem;
  display: block;
}

h1 {
  font-weight: 600;
  font-size: clamp(3.25rem, 11vw, 6.5rem);
  line-height: 1.1;
}

p {
  font-weight: 400;
  font-size: clamp(2rem, 6.5vw, 3.75rem);
  line-height: 1.2;
  margin-top: 0.5rem;
}
