/*
Theme Name: Lumière & Matière
Description: Child theme — clean single-column, terracotta-warm palette, tech-slab type.
Template: generatepress
Version: 1.0
Text Domain: atelier-tuffeau
*/

/* ----- Self-hosted Roboto + Roboto Slab (no Google Fonts CDN) ----- */
@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto Slab";
    src: url("assets/fonts/RobotoSlab-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto Slab";
    src: url("assets/fonts/RobotoSlab-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ----- Body type baseline (tech-slab body = Roboto Slab) ----- */
body {
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: 400;
}

/* ----- Footer: 2-col-dark gap-fill (token=1 base + dark surface) ----- */
body .site-footer {
    background-color: #1C1917;
    color: #FAF0E6;
}
body .site-footer h1,
body .site-footer h2,
body .site-footer h3,
body .site-footer h4,
body .site-footer .widget-title,
body .site-footer p,
body .site-footer li {
    color: #FAF0E6;
}
body .site-footer a {
    color: #D97706;
    text-decoration: none;
}
body .site-footer a:hover,
body .site-footer a:focus {
    color: #FAF0E6;
    text-decoration: underline;
}
body .footer-widgets .inside-footer-widgets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
body .footer-widgets .footer-widget-3,
body .footer-widgets .footer-widget-4,
body .footer-widgets .footer-widget-5 {
    display: none;
}
@media (max-width: 768px) {
    body .footer-widgets .inside-footer-widgets {
        grid-template-columns: 1fr;
    }
}

/* ----- Footer bar (copyright row) ----- */
body .site-info {
    background-color: #1C1917;
    color: #FAF0E6;
    border-top: 1px solid #57534E;
}
body .site-info a {
    color: #D97706;
}
