html, body { height: 100%; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Jost', ui-sans-serif, sans-serif;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: clamp(2.5rem, 8vw, 5.5rem) clamp(2rem, 10vw, 8rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
