.form-control {
    border: 1px solid #999;
}

:root,
[data-bs-theme="light"] {
  --bs-primary: #a58950;
  --bs-light-primary: #e5c88d;
  --bs-light-primary-alfa: #ffffff22;
  --bs-dark: #000000;
  --bs-secondary: #e5c88d;
  --bs-light: #d6d5d5;
  --bs-text-primary: #000;
  --bs-text-muted: #000;
  --bs-text-gray-100: #fff;
  --bs-text-gray-400: #111;
  --box-dark: #58554f;
  --box-medium: #8d7867;
  --box-light: #c1a07f;
  --box-light-alfa: #c1a07fcc;
  background-color: #d6d5d5;
  --aquamarin: #019a9d;
}

.link-primary {
    color: var(--aquamarin) !important;
}