/*
Theme Name: Rebuild B2C
Theme URI: https://example.com/rebuild-b2c
Author: Rebuild Team
Author URI: https://example.com
Description: Theme WordPress sur mesure ultra-performant pour Rebuild B2C.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: rebuild-b2c
*/

:root {
    --rb-bg: #f8fafc;
    --rb-surface: #ffffff;
    --rb-surface-alt: #0f172a;
    --rb-text: #0f172a;
    --rb-text-muted: #475569;
    --rb-border: #e2e8f0;
    --rb-primary: #2563eb;
    --rb-primary-hover: #1d4ed8;
}

/* Apply Montserrat only to theme-rendered content areas */
body,
header,
main,
footer,
header *,
main *,
footer * {
    font-family: "Montserrat", sans-serif;
}

body {
    background-color: var(--rb-bg);
    color: var(--rb-text);
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--rb-text);
    line-height: 1.2;
    letter-spacing: -0.01em;
}

p,
li,
a,
label,
input,
button,
textarea,
select {
    font-size: 0.98rem;
}
