/* TBN Content Converter - base styles */
:root {
    --bg: #1a1a2e;
    --surface: #16213e;
    --accent: #0f3460;
    --text: #e8e8e8;
    --muted: #a0a0a0;
}

a {
    color: #7eb8da;
}
a:hover {
    text-decoration: underline;
}
