.preset.material2 {
  --font: 'Roboto', sans-serif;
  --accent: #2196F3; --accent-strong: #1976D2; --accent-on: #fff;
  --bg: #fff; --surface: #fff; --on-surface: #212121; --label-color: #757575;
  --radius-sm: 4px; --radius-md: 4px; --radius-lg: 4px; --radius-btn: 4px;
  --pad-y: 12px; --pad-x: 14px;
  --shadow-form: 0 2px 4px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.06);
  --input-border: 0; --input-shadow: inset 0 -1px 0 rgba(0,0,0,0.42);
  --focus-ring: inset 0 -2px 0 var(--accent);
  --font-weight-btn: 500;
  --btn-case: uppercase; --letter-btn: 0.05em;
}
