.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;
}
.themed-dark.preset.material2 {
  --accent: #BB86FC;
  --accent-strong: #985EFF;
  --accent-on: #000000;
  --bg: #121212;
  --surface: #1E1E1E;
  --surface-2: #2C2C2C;
  --on-surface: #FFFFFF;
  --label-color: rgba(255, 255, 255, 0.6);
  --input-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.42);
  --focus-ring: inset 0 -2px 0 var(--accent);
  --shadow-form: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3);
}
