:root {
    --ink: #050915;
    --panel: #0f172a;
    --accent: #22d3ee;
    --electric: #2563eb;
    --lime: #a3e635;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: #f8fafc;
}
