@import url('https://fonts.googleapis.com/css2?family=Lora&family=Merriweather+Sans:wght@300..800&family=Nunito:wght@200..1000&display=swap');

/* 🌍 GLOBAL STYLES */
html, body {
    overflow: hidden; /* Désactive le scroll global */
    line-height: 1.6; /* Hauteur de ligne */
    scroll-behavior: smooth; /* Scroll fluide */
}

h1, h2 {
    font-family: 'Lora';
}

p {
    font-family: 'Merriweather Sans';
    font-weight: 300 !important;
}

a, li {
    font-family: 'Nunito';
    font-weight: 600 !important;
}

