:root { --mky-red: #E63329; }
a:hover { color: var(--mky-red) !important; }
.bg-primary-600 { background-color: var(--mky-red) !important; }
