/*
Theme Name: JUNE Paysagiste
Theme URI: https://june-paysage.fr
Author: Julien Subit
Description: Thème sur mesure pour JUNE Paysagiste – Villemoirieu 38460
Version: 1.0
*/

/* Polices Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&family=Playfair+Display:wght@700&display=swap');

/* Styles de base */
body {
    font-family: 'Outfit', sans-serif;
    scroll-behavior: smooth;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

/* Couleurs officielles JUNE */
.bg-nature-green {
    background-color: #138942;
}

.text-nature-green {
    color: #138942;
}

.bg-solar-gold {
    background-color: #FFCB05;
}

.text-solar-gold {
    color: #FFCB05;
}

.border-solar-gold {
    border-color: #FFCB05;
}

.bg-earth-dark {
    background-color: #5D4037;
}

.text-earth-dark {
    color: #5D4037;
}

.border-earth-dark {
    border-color: #5D4037;
}

/* Overlay hero (optionnel, peut rester) */
.hero-overlay {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6));
}