@font-face {
  font-family: 'Geist';
  src: url('/assets/geist-latin-wght-normal-Dm3htQBi.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist Mono';
  src: url('/assets/geist-mono-latin-wght-normal-Cjtb1TV-.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #ffffff;
  --foreground: #121212;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--background);
  color: var(--foreground);
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.wordmark-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  padding: 1.5rem 0 1.5rem 1rem;
}

.wordmark-row h1,
.wordmark-row span {
  margin: 0;
  white-space: nowrap;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--foreground);
}

.content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: 1rem 1rem 1.5rem;
}

.manifesto {
  width: 100%;
  max-width: 27.5rem;
  margin: 0 auto;
}

.manifesto p {
  margin: 0 0 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.manifesto strong {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}

.signature {
  margin-bottom: 0;
}

.signature a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.signature a:hover {
  opacity: 0.8;
}

.signature a:focus-visible {
  outline: 2px solid var(--foreground);
  outline-offset: 4px;
}

@media (min-width: 640px) {
  .content {
    align-items: center;
    padding-bottom: 3.5rem;
  }
}
