/*
Theme Name: Sean Bair Dark
Theme URI: https://seanbair.ai
Author: Sean Bair
Description: Dark theme for seanbair.ai blog — purple accent, Inter + JetBrains Mono, glassmorphic nav. Child of Twenty Twenty-Five.
Template: twentytwentyfive
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: seanbair-dark
*/

/* Dark mode foundation — prevent TT25 light-mode bleed */
:root {
    --bg-base: #08090d;
    --bg-surface: #0e1118;
    --bg-card: #12151f;
    --text-primary: #edf0f7;
    --text-secondary: #b4bbd0;
    --text-muted: #808aa3;
    --accent: #a78bfa;
    --accent2: #c4b5fd;
    --border: rgba(255,255,255,0.07);
}

body {
    background: var(--bg-base) !important;
    color: var(--text-primary) !important;
    font-family: 'Inter', sans-serif !important;
}

/* Reset WordPress theme defaults */
a {
    text-decoration-thickness: 1px !important;
    text-underline-offset: .1em;
}
