/* VoltAgent webfonts — Google Fonts, open licensed (OFL).
   SUBSTITUTION NOTE: no licensed brand fonts were supplied. Playfair Display
   (display) and Work Sans (text/UI) are the shipped faces. Replace the @import
   below with local @font-face rules if brand fonts arrive. */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Work+Sans:ital,wght@0,300..700;1,300..700&family=IBM+Plex+Mono:wght@400;500&display=swap");

:root {
  --font-display: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --font-text: "Work Sans", system-ui, -apple-system, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
}
