:root { --mmt-primary: #035cdd; }
.bg-blue-600 { background-color: var(--mmt-primary) !important; }
.hover\:bg-blue-700:hover { background-color: var(--mmt-primary) !important; filter: brightness(0.9); }
.text-blue-600, .text-blue-700 { color: var(--mmt-primary) !important; }
.border-blue-300, .border-blue-500, .focus\:border-blue-500:focus { border-color: var(--mmt-primary) !important; }
