/**
 * YubHub Jobs - Midnight Indigo Theme
 * Override CSS custom properties for the Midnight Indigo colour scheme.
 */

:root {
    --yubhub-primary: #6366f1;
    --yubhub-primary-hover: #4f46e5;
    --yubhub-primary-light: rgba(99, 102, 241, 0.08);
    --yubhub-primary-container: #e0e7ff;
}
