:root {
    --primary-color: #2563eb;
    --secondary-color: #64748b;
    --bg-color: #ffffff;
    --text-color: #1e293b;
    --code-bg: #f8fafc;
    --code-border: #e2e8f0;
    --sidebar-bg: #f8fafc;
    --sidebar-border: #e2e8f0;
    --highlight: #fbbf24;
    --success: #10b981;
    --warning: #f59e0b;
    --sidebar-hover-bg: #e2e8f0;
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-mono: 'Consolas', 'Monaco', 'Courier New', monospace;
}

/* Page specific overrides */
.section-container {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.section-container h2 {
    margin-top: 0;
}

.section-title {
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.highlight-note {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 0.75rem 1rem;
    margin: 0.5rem 0;
    border-radius: 0.25rem;
    font-size: 0.9rem;
}

.highlight-note strong {
    color: #92400e;
}
