:root {
  --gold: #effd36;
  --orange: #c5d314;
  --blue-dark: #0e1113;
  --blue-mid: #161b20;
  --blue-card: #1c2228;
  --blue-nav: #12161a;
  --blue-footer: #0a0c0e;
  --btn-primary: #c5d314;
  --btn-primary-hover: #a8b812;
  --lime: #c5d314;
  --lime-bright: #effd36;
  --ink: #0e1113;
}
body { background: #0e1113 !important; color: #e8eaed !important; }
.btn-primary,
a.btn-primary,
button.btn-primary {
  background: #c5d314 !important;
  color: #0e1113 !important;
  font-weight: 800;
}
.btn-primary:hover,
a.btn-primary:hover {
  background: #effd36 !important;
  color: #0e1113 !important;
}

.btn-register,
a.btn-register {
  background: #c5d314 !important;
  color: #0e1113 !important;
  font-weight: 800;
}
.btn-register:hover { background: #effd36 !important; color: #0e1113 !important; }
.btn-banner-orange,
.btn-banner-blue {
  background: #c5d314 !important;
  color: #0e1113 !important;
}
.btn-login { border-color: rgba(197,211,20,0.45) !important; }
