/* File: special-inspection-industrial.css */
/*
Design System: Special Inspection Skin (Heavy Industrial)
Description: High-contrast heavy industrial palette designed for commercial Third-Party Quality Assurance, Material Testing, and Engineering inspection layouts. Utilizes OSHA-compliant safety colors.
*/

:root {
    --color-brand-primary: #f59e0b; /* Amber 500 (Safety Orange/Yellow) */
    --color-brand-dark: #0f172a;    /* Slate 900 (Heavy Iron / Asphalt) */
    --color-brand-accent: #dc2626;  /* Red 600 (Stop-Work / Alert Red) */
    --color-brand-light: #f8fafc;   /* Slate 50 (Cured Concrete Off-White) */
}