/**
 * MyCabin's shared body typeface, applied site-wide — the same scope as
 * this plugin's spacing/font-size presets (both are global theme.json
 * settings, selectable from any block anywhere; this is a plain CSS
 * equivalent for the one thing theme.json presets can't express, a
 * default font-family). Verified against BOTH of MyCabin's Claude Design
 * sources (mycabin-homepage.zip and mycabin-milla47.zip) independently,
 * not assumed from one page: each declares this exact stack once, on
 * `body`, in its own styles.css — no other font-family override anywhere
 * else in either source. See MGDS_Fonts for how this is loaded.
 */
body {
  font-family: "Poppins", "Helvetica Neue", Helvetica, sans-serif;
}
