@font-face {
  font-family: 'Space Grotesk';
  src: url('/space-grotesk-latin.woff2') format('woff2');
  font-display: swap;
  font-weight: 300 700;
}

:root {
  color-scheme: light;
  background: #fef0e1;
  color: #010d26;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  min-block-size: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.signature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  direction: ltr;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

img {
  display: block;
  inline-size: clamp(4rem, 15vw, 6rem);
  block-size: auto;
}

h1 {
  margin-block: 4rem 0;
  font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

h1 span {
  letter-spacing: 0.02em;
}
