:root {
    --bg: #0a0d12;
    --surface: #0f1219;
    --surface2: #131720;
    --border: #1a1f2c;
    --border-light: #252b3a;
    --t: #e07a5f;
    --t-dim: rgba(224,122,95,0.12);
    --text: #f0ede8;
    --text-dim: #7a7568;
    --text-muted: #3d3a35;
    --mep: #5a8a7a;
    --talkie: #E8960C;
    --node: #E8960C;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
}
