/*
Theme Name: Ramonage Premium
Theme URI: https://example.com/ramonage-premium
Author: Codex
Author URI: https://openai.com/
Description: Thème WordPress premium, mobile-first et app-like pour une entreprise française de ramonage, poêles à bois, poêles à granulés, débistrage, inspection caméra et entretien chaudière.
Version: 1.4.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ramonage-premium
Tags: custom-background, custom-logo, custom-menu, featured-images, block-styles, wide-blocks, blog, one-column, two-columns, accessibility-ready
*/

/* Main production styles are loaded from assets/css/app.css. */

body {
    margin: 0;
    font-family: Manrope, Arial, sans-serif;
    color: #24211d;
    background: #fbfaf7;
}

img {
    max-width: 100%;
    height: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: #ffffff;
    border-bottom: 1px solid #e8e1d7;
}

.header-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.custom-logo,
.custom-logo-link img {
    max-height: 48px;
    width: auto;
}

.nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.nav-menu a,
.site-header a {
    text-decoration: none;
}

.container {
    width: min(calc(100% - 32px), 1180px);
    margin-inline: auto;
}
