:root {
    --tvm-bg: #052e31;
    --tvm-bg-soft: #073a3d;
    --tvm-surface: #0d494c;
    --tvm-surface-2: #11585b;
    --tvm-surface-elevated: #15666a;
    --tvm-surface-glass: rgba(7, 58, 61, .82);
    --tvm-ink: #f4fbfa;
    --tvm-muted: #b9dad7;
    --tvm-dim: #83b7b4;
    --tvm-subtitle: #9ed1d3;
    --tvm-line: rgba(214, 248, 244, .12);
    --tvm-line-strong: rgba(214, 248, 244, .22);
    --tvm-brand-sea: #2bc7b8;
    --tvm-brand-ocean: #269cd3;
    --tvm-ocean-light: #6acaf0;
    --tvm-action: var(--tvm-brand-sea);
    --tvm-action-ink: #042b2d;
    --tvm-link: var(--tvm-ocean-light);
    --tvm-focus: #8fe7f7;
    --tvm-accent: var(--tvm-action);
    --tvm-accent-2: var(--tvm-brand-ocean);
    --tvm-gold: #c9ab62;
    --tvm-live: #e4454e;
    --tvm-shadow: 0 26px 76px rgba(0, 25, 29, .32);
    --tvm-font-sans: "Inter", "Noto Sans", sans-serif;
    --tvm-font-serif: "Noto Serif", serif;
    --tvm-radius-sm: 10px;
    --tvm-radius: 16px;
    --tvm-radius-lg: 22px;
    --tvm-shell: 1280px;
    --tvm-text: 760px;
    --tvm-header: 76px;
    --tvm-ease: cubic-bezier(.2, .75, .25, 1);
    --tvm-fast: 220ms;
    --tvm-normal: 380ms;
    font-synthesis: none;
}
