
:root {
  --ink: #13110e;
  --bg: #16130f;
  --bg-raised: #1e1a15;
  --surface: #241f19;
  --surface-2: #2d2720;
  --line: #3a3229;
  --fg: #f3ece3;
  --fg-soft: #c9bfb3;
  --muted: #8f8579;
  --copper: #d47a45;
  --sage: #8aa37a;
  --danger: #c45c4a;
}
html, body, #root, .v-application, .v-application__wrap,
.v-main, .v-main__wrap, .v-container, .v-row, .v-col {
  background: #16130f !important;
  color: #f3ece3 !important;
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
}
.v-app-bar, .v-toolbar, header {
  background: rgba(22,19,15,0.92) !important;
  color: #f3ece3 !important;
  border-bottom: 1px solid #3a3229 !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}
.v-toolbar-title, .v-app-bar-title {
  color: #f3ece3 !important;
  font-family: Georgia, "Newsreader", serif !important;
  font-weight: 600 !important;
}
.v-navigation-drawer, .v-navigation-drawer__content {
  background: #1e1a15 !important;
  border-right: 1px solid #3a3229 !important;
  color: #f3ece3 !important;
}
.v-list, .v-list-item, .v-list-item-title { color: #f3ece3 !important; background: transparent !important; }
.v-list-item-subtitle { color: #8f8579 !important; }
.v-list-item--active { background: rgba(212,122,69,0.12) !important; }
.v-list-item--active .v-list-item-title { color: #d47a45 !important; }
.v-card, .v-sheet, .v-dialog .v-card {
  background: #241f19 !important;
  border: 1px solid #3a3229 !important;
  border-radius: 16px !important;
  color: #f3ece3 !important;
  box-shadow: 0 18px 48px rgba(0,0,0,0.45) !important;
}
.v-card-title, h1, h2, h3, h4 {
  color: #f3ece3 !important;
  font-family: Georgia, "Newsreader", serif !important;
  font-weight: 600 !important;
}
.v-card-subtitle, .v-card-text { color: #c9bfb3 !important; }
.v-field, .v-field__input, input, textarea {
  background: #1e1a15 !important;
  color: #f3ece3 !important;
  border-radius: 12px !important;
}
.v-label, label, .v-messages, .text-medium-emphasis { color: #8f8579 !important; }
.v-btn { text-transform: none !important; border-radius: 12px !important; font-weight: 600 !important; }
.v-btn--variant-elevated, .v-btn--variant-flat, .v-btn.bg-primary, button[type="submit"] {
  background: #d47a45 !important;
  color: #13110e !important;
  box-shadow: none !important;
}
.v-btn--variant-text, a { color: #d47a45 !important; }
.v-btn--color-error, .text-error { color: #c45c4a !important; }
.text-success { color: #8aa37a !important; }
.v-selection-control .v-icon, .v-radio-group { color: #d47a45 !important; }
.v-divider, hr { border-color: #3a3229 !important; opacity: 1 !important; }
.v-chip {
  background: #2d2720 !important;
  color: #c9bfb3 !important;
  border: 1px solid #3a3229 !important;
  border-radius: 999px !important;
}
.v-overlay__scrim { background: rgba(19,17,14,0.72) !important; }
.v-snackbar__wrapper, .v-alert {
  background: #2d2720 !important;
  color: #f3ece3 !important;
  border: 1px solid #3a3229 !important;
  border-radius: 12px !important;
}
.v-icon.text-primary { color: #d47a45 !important; }
