.preset.brutalist {
  --font: 'JetBrains Mono', monospace;
  --accent: #FF0000; --accent-strong: #c00; --accent-on: #fff;
  --bg: #fff; --surface: #fff; --on-surface: #000; --label-color: #000;
  --radius-sm: 0; --radius-md: 0; --radius-lg: 0; --radius-btn: 0;
  --pad-y: 8px; --pad-x: 10px;
  --shadow-form: 6px 6px 0 #000;
  --input-border: 2px solid #000;
  --gap-field: 12px;
  --pad-form: 20px;
  --font-weight-label: 700;
  --label-case: uppercase; --letter-label: 0.05em;
  --font-weight-title: 900; --letter-title: -0.02em;
  --btn-shadow: 4px 4px 0 #000;
  --btn-secondary-border: 2px solid #000;
  --font-weight-btn: 700; --label-case: uppercase;
}
