:root {
  --bs-primary: #F59E0B;
  --bs-primary-rgb: 245, 158, 11;
  --bs-secondary: #FBBF24;
  --bs-secondary-rgb: 251, 191, 36;
  --bs-light: #FDE68A;
  --bs-light-rgb: 253, 230, 138;
  --bs-dark: #0B0B0D;
  --bs-dark-rgb: 11, 11, 13;
  --bs-info: #FCD34D;
  --bs-info-rgb: 252, 211, 77;
  --tower-bg: #0b0b0d;
  --tower-surface: #1c1608;
  --tower-surface-2: #2a210d;
  --tower-surface-3: #3a2d10;
  --tower-border: rgba(245, 158, 11, .28);
  --tower-text: #fff7ed;
  --tower-text-muted: #f8d58a;
  --tower-primary: #f59e0b;
  --tower-primary-rgb: 245, 158, 11;
  --tower-secondary: #fbbf24;
  --tower-secondary-rgb: 251, 191, 36;
  --tower-info: #fcd34d;
  --tower-info-rgb: 252, 211, 77;
}
