/*
 Theme Name:   Astra Child - Southwest Gallon Smoker Grill
 Theme URI:    https://sowthwestgallonsmokergrill.com/
 Description:  Custom Theme for Southwest Gallon Smoker Grill
 Author:       Southwest Gallon Smoker Grill
 Template:     astra
 Version:      1.0.0
*/

/* Light Mode Overrides (Default site background is original --iron #1B1A17) */
[data-theme="light"] {
  --iron: #F8FAFC !important;
  --charcoal: #FFFFFF !important;
  --mesquite: #E2E8F0 !important;
  --ember: #DC2626 !important;
  --amber: #D97706 !important;
  --bone: #0F172A !important;
  --bone-dim: #334155 !important;
  --steel-light: #64748B !important;
  --steel-mid: #94A3B8 !important;
  --grid: #E2E8F0 !important;
}

[data-theme="light"] body {
  background: var(--iron) !important;
  background-image: none !important;
  color: var(--bone-dim) !important;
}

/* Light mode button toggle styling */
.theme-toggle-btn {
  background: var(--charcoal);
  color: var(--amber);
  border: 1px solid var(--grid);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
}

.theme-toggle-btn:hover {
  background: var(--amber);
  color: #1B1A17;
}
