/**
 * YubHub Jobs - Default Blue Theme
 * Override CSS custom properties for the Default Blue colour scheme.
 */

:root {
    --yubhub-primary: #3b82f6;
    --yubhub-primary-hover: #2563eb;
    --yubhub-primary-light: rgba(59, 130, 246, 0.08);
    --yubhub-primary-container: #dbeafe;
}
