:root {
    /* Primary - #355ABE */
    --primary: #355ABE !important;
    --primary-foreground: #FFFFFF !important;

    /* Foreground / text - #21315E body, #2A448D headers */
    --foreground: #21315E !important;
    --heading: #2A448D !important;

    /* Secondary - #DBEAFE fill, #355ABE outline */
    --secondary: #DBEAFE !important;
    --secondary-foreground: #2A448D !important;

    /* Accent / muted - #E6F0FF background panels */
    --accent: #E6F0FF !important;
    --accent-foreground: #21315E !important;
    --muted: #E6F0FF !important;
    --muted-foreground: #2A448D !important;

    /* Border - #C0C0C0 */
    --border: #C0C0C0 !important;
    --input: #C0C0C0 !important;

    /* Destructive - #DC2626 */
    --destructive: #DC2626 !important;
    --destructive-foreground: #FFFFFF !important;

    /* Ring */
    --ring: #355ABE !important;

    /* Sidebar */
    --sidebar-primary: #355ABE !important;
    --sidebar-primary-foreground: #FFFFFF !important;
}
