[data-theme="solarized"] {
    --bg: #fdf6e3;
    --bg-secondary: #eee8d5;
    --bg-tertiary: #e6dcc3;
    --text: #586e75;
    --text-secondary: #657b83;
    --text-muted: #93a1a1;
    --border: #d3cbb7;
    --border-light: #e0d8c4;
    --accent: #cb4b16;
    --accent-hover: #b83c00;
    --accent-light: #fdf0e3;

    --font-sans: "Source Sans 3", system-ui, -apple-system, sans-serif;
    --font-serif: "Source Serif 4", Charter, Georgia, "Times New Roman", serif;
    --font-mono: "JetBrains Mono", "SF Mono", "Fira Code", "Fira Mono", "Cascadia Code", monospace;
    --font-heading: "Source Serif 4", Charter, Georgia, "Times New Roman", serif;
    --font-body: var(--font-serif);

    --radius: 6px;
    --radius-sm: 4px;
    --radius-big: 999px;

    --shadow-sm: 0 1px 2px rgba(0,0,0,0.03);
    --shadow: 0 1px 3px rgba(0,0,0,0.05);
    --shadow-md: 0 3px 6px rgba(0,0,0,0.04);
}

[data-theme="solarized"] .article-content,
[data-theme="solarized"] .editor-preview {
    font-family: var(--font-body);
    line-height: 1.78;
    font-size: 1.06rem;
    letter-spacing: 0.005em;
    color: #586e75;
}

[data-theme="solarized"] .article-content h1,
[data-theme="solarized"] .article-content h2,
[data-theme="solarized"] .article-content h3,
[data-theme="solarized"] .article-header h1,
[data-theme="solarized"] .editor-preview h1,
[data-theme="solarized"] .editor-preview h2,
[data-theme="solarized"] .editor-preview h3,
[data-theme="solarized"] .list-page h1,
[data-theme="solarized"] .feed-top-bar h2,
[data-theme="solarized"] .article-slice-title {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.005em;
    color: #073642;
}

[data-theme="solarized"] .article-content h1 {
    font-size: 2.5rem;
}

[data-theme="solarized"] .article-content h2 {
    font-size: 1.75rem;
}

[data-theme="solarized"] .article-content h3 {
    font-size: 1.3rem;
}

[data-theme="solarized"] .article-content p {
    margin-bottom: 1.2em;
}

[data-theme="solarized"] a {
    color: var(--accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.14em;
}

[data-theme="solarized"] a:hover {
    color: var(--accent-hover);
}

[data-theme="solarized"] .article-content ul {
    list-style: none;
    padding-left: 1.4rem;
}

[data-theme="solarized"] .article-content ul li {
    position: relative;
    margin-bottom: 0.4rem;
}

[data-theme="solarized"] .article-content ul li::before {
    content: "•";
    position: absolute;
    left: -1.1rem;
    color: var(--accent);
    font-size: 1.1em;
}

[data-theme="solarized"] .article-content ol li::marker {
    color: var(--accent);
    font-weight: 600;
}

[data-theme="solarized"] blockquote {
    margin: 1.5rem 0;
    padding: 0.6rem 1.2rem;
    border-left: 3px solid #93a1a1;
    color: #657b83;
    font-style: italic;
    background: var(--bg-secondary);
}

[data-theme="solarized"] code,
[data-theme="solarized"] pre {
    font-family: var(--font-mono);
    background: #eee8d5;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
}

[data-theme="solarized"] code {
    padding: 0.1rem 0.3rem;
    color: #b83c00;
    font-size: 0.88em;
}

[data-theme="solarized"] pre {
    padding: 1rem;
    overflow-x: auto;
}

[data-theme="solarized"] table {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-secondary);
}

[data-theme="solarized"] th {
    font-family: var(--font-sans);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.76rem;
    background: var(--bg-tertiary);
}

[data-theme="solarized"] th,
[data-theme="solarized"] td {
    border: 1px solid var(--border);
    padding: 0.7rem 0.9rem;
}

[data-theme="solarized"] hr {
    border: 0;
    border-top: 1px solid var(--border);
    margin: 2rem 0;
}

[data-theme="solarized"] .article-content > p:first-of-type::first-letter {
    float: left;
    font-family: var(--font-heading);
    font-size: 4.2rem;
    line-height: 0.85;
    margin-right: 0.1em;
    margin-top: 0.06em;
    color: var(--accent);
    font-weight: 700;
}

[data-theme="solarized"] ::selection {
    background: #e6dcc3;
    color: #073642;
}
