/* Light Mode Variables Override */
:root.light-mode {
    --bg-main: #f8fafc;
    --text-main: #0f172a;
}
