/*
 * Certs Blitz — Domain theme
 * Loaded after shared/Tailwind styles via tenant_asset('css/theme.css')
 *
 * Brand colours (also set as CSS vars by the layout):
 *   --tenant-primary:   #DC2626   (Blitz red)
 *   --tenant-secondary: #F97316   (Blitz orange)
 *
 * Extra tokens used throughout this theme:
 */
:root {
    --cb-red:          #DC2626;
    --cb-red-dark:     #b91c1c;
    --cb-red-mid:      #ef4444;
    --cb-orange:       #F97316;
    --cb-orange-dark:  #ea580c;
    --cb-red-pale:     rgba(220, 38,  38,  0.10);
    --cb-orange-pale:  rgba(249, 115, 22,  0.10);
    --cb-ink:          #1a0505;
    --cb-muted:        #64748b;
    --cb-surface:      #fff8f8;
    --cb-border:       rgba(220, 38,  38,  0.10);
}
