/* FONTS — Podcaster Stuudio
   The reference aesthetic (apple.com) uses SF Pro Display / SF Pro Text. Those files are
   Apple-licensed and are not included here.
   • On Apple platforms the -apple-system / BlinkMacSystemFont stack resolves to the real
     SF Pro, so the design renders as intended with no font files at all.
   • Elsewhere the stack falls through to Helvetica Neue / Arial / system sans until the
     SF Pro (or a licensed brand) .woff2 files are uploaded to assets/fonts/ and declared
     with local @font-face rules here.
   NEEDS FILES: upload SF Pro Display + SF Pro Text (or your licensed brand face). */
:root {
  --font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-text: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, monospace;
}
