/* Sitewide local Sohne — fixes broken root-relative Stripe @font-face on localhost. */
@font-face {
  font-family: sohne-var;
  src: url("/fonts/Sohne.woff2") format("woff2-variations"),
       url("/fonts/Sohne.woff2") format("woff2");
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}
