/* tones.css — locked single palette (mint / navy / gray / black)
   The brand palette now lives entirely in styles.css :root.
   This file only handles the font-scale tweak. */

body[data-fontscale="90"]  { font-size: 14.4px; }
body[data-fontscale="100"] { font-size: 16px; }
body[data-fontscale="110"] { font-size: 17.6px; }
body[data-fontscale="120"] { font-size: 19.2px; }
body[data-fontscale="130"] { font-size: 20.8px; }
