:root {
    --bg: #0f1115;
    --card: #171a21;
    --text: #e6e6e6;
    --text-muted: #9ca3af;
    --accent: #4f8cff;
    --accent-hover: #3a73d9;
    --border: #262b36;

    --radius: 14px;
    --transition: 0.2s ease;
    --max-width: 1100px;

    --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-main);
}
