.preset.minimalist_mono {
  --font: 'Inter', sans-serif;
  --accent: #000; --accent-strong: #333; --accent-on: #fff;
  --bg: #fff; --surface: #fff; --on-surface: #000; --label-color: #888;
  --radius-sm: 0; --radius-md: 0; --radius-lg: 0; --radius-btn: 0;
  --pad-y: 12px; --pad-x: 0;
  --shadow-form: 0 0 0 1px #eee;
  --input-border: 0; --input-shadow: inset 0 -1px 0 #ddd;
  --focus-ring: inset 0 -2px 0 #000;
  --gap-field: 18px;
  --pad-form: 32px;
  --font-size-label: 11px; --label-case: uppercase; --letter-label: 0.1em;
  --font-weight-label: 500;
  --letter-title: -0.02em;
  --btn-secondary-bg: transparent;
}
