/* Socle commun : typographie. Identique dans app et sport. */
html { font-size: var(--taille-base); }
body { font-family: var(--police-texte); line-height: var(--interligne); color: var(--couleur-texte); background: var(--couleur-fond); }
h1, h2, h3 { font-family: var(--police-titres); line-height: 1.2; margin: 0 0 var(--espace-3); }
h1 { font-size: 2.2rem; } h2 { font-size: 1.6rem; } h3 { font-size: 1.25rem; }
p { margin: 0 0 var(--espace-3); }
a { color: var(--couleur-principale); }
