@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/cormorant-garamond-latin-400.woff2") format("woff2");
}

:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #192822;
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  min-height: 100svh;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 4rem 1.5rem;
  text-align: center;
}

h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 14vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.15;
}

.tagline {
  margin: 1.5rem 0 0;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.description {
  max-width: 40rem;
  margin: 1rem 0 0;
  color: #58615d;
  font-size: 1.125rem;
  line-height: 1.65;
  text-wrap: balance;
}

.description > span {
  display: block;
}

.status {
  margin: 3.5rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

::selection {
  color: #192822;
  background: #dce8df;
}
