@import url("/css/app-legacy-d3a9e288aed4b84423117189cd72bafd.css?v=17");

:root {
    color-scheme: dark;
    --feed-topbar-height: 62px;
    --mobile-feed-topbar: 46px;
    --bottom-nav-height: 54px;
    --bg: #09090b;
    --surface: #141417;
    --surface-soft: #202026;
    --text: #f7f7fb;
    --muted: #a7a7b2;
    --line: rgba(255, 255, 255, 0.12);
    --accent: #8b5cf6;
    --accent-2: #f7c948;
    --danger-soft: rgba(248, 113, 113, 0.12);
    --ink: #050507;
}

html,
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

html,
body,
a,
button,
label,
summary,
input,
select,
textarea,
[role="button"],
[tabindex] {
    -webkit-tap-highlight-color: transparent;
}
