:root {
  --orange-dark: #d46a1e;
  --orange-medium: #f7a440;
  --orange-light: #ffe5c2;
  --orange-accent: #f9b24b;
  --text-dark: #222;
  --white: #fff;
}

.bg-orange-dark { background-color: var(--orange-dark) !important; }
.bg-orange-medium { background-color: var(--orange-medium) !important; }
.bg-orange-light { background-color: var(--orange-light) !important; }
.text-orange-dark { color: var(--orange-dark) !important; }
.text-orange-medium { color: var(--orange-medium) !important; }
.text-white { color: var(--white) !important; }

.input-lg {
  transform: scale(1.5);
  margin-right: 0.5em;
} 