:root {
    color-scheme: dark;

    --font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --bg: #071511;
    --bg-soft: #0a2019;

    --surface: rgba(255, 255, 255, 0.08);
    --surface-strong: rgba(255, 255, 255, 0.13);

    --text: #f6f7fb;
    --muted: rgba(225, 242, 234, 0.66);
    --line: rgba(255, 255, 255, 0.14);

    --accent: #48e0c2;
    --accent-2: #f7be55;
    --accent-3: #ff7d7d;
    --accent-4: #88a7ff;

    --shadow: rgba(0, 0, 0, 0.28);
    --glass-fallback-bg: rgba(8, 31, 24, 0.94);

    --radius-card: 18px;
    --nav-height: 72px;
    --content-max: 720px;
    --page-gutter: 14px;
    --tap-size: 48px;
    --transition: 220ms cubic-bezier(.2, .8, .2, 1);
}
