/* Webfonts. The source repo loads all four families from Google Fonts CDN —
   no font binaries are committed there, so none are vendored here. */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;500&family=Open+Sans:wght@400;600&family=Geist:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap");

:root {
  /* Marketing site (index.html) */
  --font-display: Karla, Georgia, serif;
  --font-marketing-body: "Open Sans", sans-serif;
  /* Client portal (dashboard, login, deposit, …) */
  --font-app: Geist, Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-mono: "SF Mono", Monaco, Consolas, monospace;
}
