/* style.css – Open-Fire Archive */

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #f8f9fa;
}

.search-section h1 {
    font-weight: 700;
}

.search-section input[disabled] {
    cursor: not-allowed;
    background-color: #e9ecef;
}

.articles-section h2 {
    font-weight: 600;
}

footer {
    font-size: 0.9rem;
}
