/* Big Shoulders — Google Fonts, variable (opsz 10..72), weights 600/800/900.
   The V1 theme loads it from the Google Fonts CDN; no local binaries were supplied. */
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,600;10..72,700;10..72,800;10..72,900&display=swap");
:root{
  --wem-font-display:"Big Shoulders","Big Shoulders Display",sans-serif;
  --wem-font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  --wem-font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}
