/* styles.css — Project-wide CSS variables and helpers
   Mirrors `MIN_FONT_SIZE` in JS for documentation and CSS usage.
   Keep this file minimal; use the variable where appropriate in project styles.
*/
:root {
  --min-font-size: 20px; /* Mirrors MIN_FONT_SIZE in `dist/constants.js` */
}

/* Example usage (commented):
.some-ui-class { font-size: max(1rem, var(--min-font-size)); }
*/
