/**
 * Load FIRST in layout — prevents style.css html { font-size: 10px } flash.
 * External file avoids Next.js inline <style> hydration merge (data-merge-styles).
 */
html {
  font-size: 16px !important;
}

body.home-one {
  font-size: 18px !important;
  line-height: 1.65;
}
