html[data-theme="magazin90s"] {
  --theme-bg: #f4ecd8;
  --theme-panel: #fff4db;
  --theme-surface: #fdf0d2;
  --theme-card: #fffaf0;
  --theme-border: #5b432f;
  --theme-text: #2a1d14;
  --theme-muted: #6d5847;
  --theme-accent: #d64b1f;
  --theme-accent-dark: #a63c19;
  --theme-button-bg: #ffe4a8;
  --theme-button-text: #2a1d14;
  --theme-button-ghost: transparent;
  --theme-button-primary-text: #ffffff;
  --theme-input-bg: #fff7e6;
  --theme-badge-bg: #ffe066;
  --theme-chip-bg: #fff1c6;
  --theme-chip-active-bg: #d64b1f;
  --theme-chip-active-text: #ffffff;
  --theme-placeholder-bg: #f0e2c9;
  --theme-modal-bg: #fff8e8;
  --theme-info-bg: #fff1d0;
  --theme-topbar-bg: #fff1d0;
  --theme-shadow: 0 4px 0 rgba(91, 67, 47, 0.35);
  --theme-shadow-card: 0 6px 0 rgba(91, 67, 47, 0.3);
  --theme-radius: 16px;
  --theme-radius-card: 16px;
  --theme-radius-small: 10px;
  --theme-radius-pill: 999px;
  --theme-focus: 0 0 0 3px rgba(214, 75, 31, 0.4);
}

html[data-theme="magazin90s"] body {
  background-color: var(--theme-bg);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
    repeating-linear-gradient(90deg, rgba(90, 70, 50, 0.06) 0 1px, transparent 1px 8px);
}

html[data-theme="magazin90s"] .panel,
html[data-theme="magazin90s"] .card,
html[data-theme="magazin90s"] .settings-section,
html[data-theme="magazin90s"] .settings-image-card {
  border-width: 2px;
}

html[data-theme="magazin90s"] .btn {
  box-shadow: 0 4px 0 rgba(90, 70, 50, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

html[data-theme="magazin90s"] .btn.primary {
  box-shadow: 0 4px 0 rgba(166, 60, 25, 0.7);
}

html[data-theme="magazin90s"] .badge {
  border-width: 2px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

html[data-theme="magazin90s"] .badge:nth-child(odd) {
  transform: rotate(-1deg);
}

html[data-theme="magazin90s"] .badge:nth-child(even) {
  transform: rotate(1deg);
}
