/* Стили темы сайта (вынесены из inline <style> в index.html) */

.theme-minimal .font-display {
        font-family: 'Syne', 'Inter', ui-sans-serif, system-ui, sans-serif;
        font-weight: 700;
    }

    .theme-minimal .font-mono {
        font-family: ui-monospace, SFMono-Regular, 'JetBrains Mono', Menlo, Consolas, monospace;
    }

    .theme-minimal ::selection {
        background: #E7F05A;
        color: #0E0E0C;
    }
