/* Levyraati — dark-only rock club poster. Tokens first; nothing below invents a colour, a spacing step, a radius or a duration that isn't declared here. */ /* Oswald variable, latin subset, vendored — no CDN, and no webfont for body text. 400–700 only: asking for 900 makes the browser synthesise a fake bold that differs per platform. */ @font-face { font-family: "Oswald"; src: url("/static/fonts/oswald.woff2") format("woff2"); font-weight: 400 700; font-display: swap; font-style: normal; } :root { /* Surfaces */ --bg: #111111; --surface: #1a1a1a; --surface-raised: #222222; --surface-header: #1e1e1e; --bar: #0d0d0d; --hairline: #2a2a2a; --divider: #333333; --input-border: #444444; --track: #2a2a2a; /* Text */ --text: #e0e0e0; --muted: #888888; --text-strong: #f0f0f0; /* Accent — bronze/amber, not neon */ --primary: #a0693a; --primary-hover: #b57848; --primary-wash: rgba(160, 105, 58, 0.2); --primary-inverse: #111111; --gold-1: #c4a96a; --gold-2: #b89558; /* Status, deliberately desaturated */ --error: #e05959; --error-bg: rgba(224, 89, 89, 0.08); --success: #7db07d; --success-bg: rgba(125, 176, 125, 0.08); --pending: #8f4a44; --pending-bg: #2e2020; --unreviewed: #7a3a36; --unreviewed-hover: #a04540; /* Scale — 4px base, six steps, nothing in between */ --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px; --space-6: 32px; --radius: 4px; --radius-toast: 6px; --radius-pill: 99px; --duration-fast: 150ms; --ease-out: cubic-bezier(0.4, 0, 0.2, 1); --shadow-card: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.03); --shadow-card-hover: 0 4px 16px rgba(0, 0, 0, 0.5), 0 0 24px rgba(180, 120, 72, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.05); --shadow-focus: 0 0 0 3px rgba(196, 169, 106, 0.35); /* Native controls (audio, checkbox, range, scrollbars) follow this — it is what stops the