:root {
    --bg: #0e151e;
    --surface: #161f2b;
    --surface-2: #1e2937;
    --ink: #e7ecf2;
    --text-soft: #b7c2cf;
    --muted: #8a98a9;
    --line: #2a3644;
    --hover: rgba(255, 255, 255, .06);
    --brand: #2f6298;
    --brand-ink: #ffffff;
    --link: #6aa9e0;
    --accent: #41b483;
    --danger: #e06a62;
    --leading-bg: rgba(65, 180, 131, .14);
    --leading-line: rgba(65, 180, 131, .45);
    --slot-bg-a: #1b2632;
    --slot-bg-b: #18222d;
    --slot-border: #33414f;
    --slot-ink: #61707f;
    --radius: 10px;
    --shadow: 0 1px 3px rgba(0, 0, 0, .45), 0 1px 2px rgba(0, 0, 0, .3);
}