
body { background-color: #F5F4F0; font-family: "Inter Tight", system-ui, sans-serif; color: #1C1C1C; }
.wrap { background: #F5F4F0; border: 1px solid #C5C3BC; border-radius: 0; max-width: 560px; padding: 40px; }
.header { border-bottom: 1px solid #C5C3BC; padding-bottom: 20px; margin-bottom: 24px; }
.header .logo a { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 16px; font-weight: 600; color: #1C1C1C; text-decoration: none; letter-spacing: -0.02em; }
.header .logo img { display: none; }
.header .logo a::before { content: "benjamin weinlich"; }
h2 { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
p, li, label { font-size: 16px; line-height: 1.6; color: #444; }
.button { background: #9C7424; border-radius: 0; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 14px 32px; }
.button:hover { background: #1C1C1C; }
.footer { color: #8C8A84; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; }
.footer a { color: #8C8A84; }
