/* Base : police, canevas fixe 1672 × 941 mis à l'échelle de la fenêtre, fond blanc */
@font-face { font-family: 'Manrope'; src: url('../assets/fonts/manrope-latin.woff2') format('woff2'); font-weight: 200 800; font-display: block; }
html, body { margin: 0; padding: 0; background: #ffffff; }
body { font-family: var(--font); color: var(--ink-title); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
/* Le cadre : occupe la largeur de la fenêtre, le canevas est mis à l'échelle dedans (script.js) */
.frame { position: relative; width: 100vw; height: 100vh; min-height: 480px; overflow: hidden; }
.page { position: absolute; left: 0; top: 0; width: var(--page-w); height: var(--page-h); transform-origin: 0 0; background: #ffffff; }
