:root {
    --bg: #f5f7fb;
    --text: #1f2a37;
    --surface: #ffffff;
    --accent: #0b5fff;
}

body {
    font-family: "Segoe UI", Tahoma, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.5;
}
