/* ==========================================================================
   SCHEDULE STYLE COLOURS — GENERATED FROM SUPABASE, DO NOT EDIT
   --------------------------------------------------------------------------
   Written by scripts/content on every build from school_class_styles.colour.
   One custom property per top-level style, keyed by slug; a card sets
   `--style-accent: var(--style-<family>)`, and variants resolve through
   their parent. Change a colour in the platform admin panel, not here.
   ========================================================================== */

:root {
    --style-kundalini: #40689a;
    --style-vinyasa: #53936e;
    --style-hatha: #b2603f;
    --style-aerial: #a06789;

    /* The neutral a card falls back to if a style arrives with no colour. */
    --style-default: #8a8580;
}
