/* Emprending brand overrides (on top of Bootstrap CDN) */

:root {
  --emprending-orange: #E5A033;
}

/* Navbar */
.navbar-brand {
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Timer */
.timer-display {
  font-size: 3rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.timer-overtime {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .timer-display { font-size: 2rem; }
  .timer-overtime { font-size: 1.2rem; }
}

/* Login */
.login-accent {
  border-top: 4px solid var(--emprending-orange);
}
