/* Targeted functional fixes only — no visual changes vs standalone Lovable. */
/* Do NOT add cosmetic rules here. */

html {
    color-scheme: light;
}

body {
    font-family: var(--font-sans);
}

/* Ensure Radix popper content renders above sticky headers. */
[data-radix-popper-content-wrapper] {
    z-index: 90 !important;
}
