/**
 * Minimal Theme
 */

.swd-theme-minimal {
  --swd-primary-bg: #fafafa;
  --swd-primary-text: #2c3e50;
  --swd-secondary-text: #7f8c8d;
  --swd-accent-color: #000000;
  --swd-border-color: #ecf0f1;
  --swd-font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --swd-heading-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.swd-theme-minimal h1,
.swd-theme-minimal h2,
.swd-theme-minimal h3 {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.swd-theme-minimal .swd-layout-section {
  background: #000000;
  color: #ffffff;
}

.swd-theme-minimal code {
  background: #ecf0f1;
  color: #2c3e50;
}

.swd-theme-minimal pre {
  background: #ecf0f1;
  border-left: 3px solid #000000;
}
