:root {
    --bg1: #0f2027;
    --bg2: #203a43;
    --bg3: #2c5364;
    --text: #ffffff;
    --muted: rgba(255, 255, 255, .72);
    --line: rgba(255, 255, 255, .18);
    --accent: #1ec5d8;
    --accent-2: #67e8f9;
    --radius: 14px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



