/* Brand variables — values fixed by MASTER_PROJECT.md (Section: COLORS / Appendix A) */
:root {
  --color-bg: #030305;
  --color-accent: #4096FC;
  --color-white: #FFFFFF;
  --color-text-muted: rgba(255, 255, 255, 0.72);
  --color-card-bg: #0d0d10; /* TODO: exact card background not given anywhere in the spec — placeholder, slightly lighter than page bg */
  --font-primary: "Montserrat", sans-serif;
}
