/* Flat Medya typography stack
   Local SF Pro files are not bundled with the theme.
   Keep the same browser fallback stack without issuing missing-font requests. */

:root{
  --font-ui:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

html,body,button,input,textarea,select{
  font-family:var(--font-ui);
}
