/* ── ritter & bader · Webfonts ───────────────────────────────────────
   Brand typeface is Open Sans (Light / Regular / SemiBold / Bold / Extrabold).
   Open Sans is an exact match available on Google Fonts, loaded here as a
   variable font. If you self-host, drop the .woff2 files in assets/fonts/
   and swap the @font-face src below. */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

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