/* ============================================================
   base.css — Reset typographique, html, body
   ============================================================ */

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--papier-50);
    color: var(--encre-800);
    font-family: var(--font-sans);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
}
