@font-face {
  font-family: 'Delight';
  src: url('Delight-Medium.woff2') format('woff2'),
    url('Delight-Medium.woff') format('woff'),
    url('Delight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #fff7ed;
  font-family: 'Delight', sans-serif;
  margin: 0;
  box-sizing: border-box;
  width: 100vw;
  width: 100dvw;
  height: 100dvh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

h2 {
  all: unset;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #526841;
  max-width: 80%;
}

svg {
  max-width: 80%;
}
