/* ISEC Light Theme Variables (Penguin Palette) */
.isec-light {
    /* Primary brand colors (from provided palette) */
    --primary: #19305a;                           /* Ice Blue */
    --primary-foreground: #ffffff;                /* White */

    /* Background colors (light mode) */
    --background: #ffffff;                        /* Clean white base */
    --foreground: #19305a;                        /* Ice Blue for text */

    /* Card and surface colors */
    --card: #ffffff;                              /* White cards */
    --card-foreground: #19305a;                   /* Ice Blue text */

    /* Popover colors */
    --popover: #ffffff;
    --popover-foreground: #19305a;

    /* Secondary colors */
    --secondary: #54c0c0;                         /* Pastel - Glacier */
    --secondary-foreground: #19305a;              /* Ice Blue */

    /* Muted colors */
    --muted: #6da9db;                             /* Glacier Blue */
    --muted-foreground: #4980c2;                  /* Ocean Blue */

    /* Accent colors */
    --accent: #f68922;                            /* Orange Bill */
    --accent-foreground: #ffffff;                 /* White on orange */

    /* Destructive colors */
    --destructive: #d52628;                       /* Polar Ember */
    --destructive-foreground: #ffffff;

    /* Border and input colors */
    --border: #6da9db;                            /* Glacier Blue */
    --input: #54c0c0;                             /* Pastel - Glacier */

    /* Ring color for focus states */
    --ring: #f68922;                              /* Orange Bill */

    /* Chart colors (palette-based) */
    --chart-1: #19305a;                           /* Ice Blue */
    --chart-2: #4980c2;                           /* Ocean Blue */
    --chart-3: #f68922;                           /* Orange Bill */
    --chart-4: #984b8f;                           /* Emperor’s Majesty */
    --chart-5: #007c8f;                           /* Deep Ice Teal */
}

/* Modal Title Styling - Use dark blue in light theme */
.isec-light .kt-modal-title {
    color: #19305a !important;                    /* Ice Blue (dark blue) */
}

/* Section Headers in Modals - Use dark blue in light theme */
.isec-light .kt-section-header {
    color: #19305a !important;                    /* Ice Blue (dark blue) */
}
