/* Seitz-IT palette. Definitions only - each theme maps these onto PatternFly
 * tokens itself. Canonical copy; the three themes symlink it. See README.md.
 */

:root {
    --szit-primary: hsl(265 100% 25%);
    --szit-secondary: hsl(220 100% 25%);
    --szit-accent: hsl(310 100% 25%);

    /* Legible where --szit-primary would sit on a dark surface: 1.09:1 there. */
    --szit-primary-light: hsl(265 100% 70%);

    --szit-grey-45: hsl(265 5% 45%);
    --szit-grey-85: hsl(265 5% 85%);
    --szit-grey-90: hsl(265 5% 90%);
    --szit-grey-99: hsl(265 5% 99%);
}
