:root {
    --primary: #f3d732;
    --primary-text: #141413;

    --premium-text: #f3d73233;

    --success-text: #10b981;
    --success-text-alt: #34d399;
    --warning-text: #f59e0b;
    --warning-text-alt: #fbbf24;
    --error-text: #ef4444;
    --error-text-alt: #fca5a5;

    --bg: #12151a;
    --bg-alt: #12151a99;
    --text: #cbd5e1;
    --surface: #171b20;
    --surface-alt: #1e2329;
    --face: #2a2f36;
    --border: #2b2f36;
    --muted: #8f9baa;
}

body {
    background: var(--bg) url("/res/gfx/bg.night.png") top center repeat;
    animation: scrollUp 10s linear infinite;
}

@keyframes scrollUp {
    from {
        background-position: center 0;
    }
    to {
        background-position: center 1163px;
    }
}
