:root {
  color-scheme: light;
  background: #f7f7f4;
  color: #181818;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: #f7f7f4;
}

.page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
}

.logo-stage {
  display: grid;
  place-items: center;
  width: min(82vw, 650px);
  aspect-ratio: 650 / 250;
}

.logo {
  display: block;
  width: 100%;
  height: auto;
}
