* {
  /* Master Stick brand palette — derived from the logo's royal blue + amber gold hourglass */
  --primary-color: #F4C400;
  --primary-color-rgb: 244, 196, 0;
  --secondary-color: #1C4AF5;
  --secondary-color-rgb: 28, 74, 245;
  --brand-gradient: linear-gradient(160deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  --bg-dark-1: #11214F;
  --bg-dark-2: #0A1638;
  --bg-dark-3: #1e1e1e;
  --bg-dark-1-rgb: 17, 33, 79;
}
