/* ========== CodeAtlantis Light Theme ========== */

:root,
html[data-theme="light"] {
    --bg: #ffffff;
    --header-bg: rgba(255,255,255,.75);
    --footer-bg: #fbfbfb;

    --text: #1e1e1e;
    --text-muted: #60646c;
    --heading: #0f172a;

    --surface: #ffffff;
    --border: #e8e8ef;

    --primary: #0b66ff;        /* ana mavi */
    --primary-700: #0846b8;    /* gradient/hover için koyu ton */
}
