/* OtherAI webfonts.
   Brand face: SF Pro — Apple-licensed, so it cannot be served from a public CDN.
   Strategy: the system-font stack renders true SF Pro on Apple devices
   (-apple-system / BlinkMacSystemFont); Inter (the closest open match,
   loaded below) covers every other platform. Mono: SF Mono via ui-monospace,
   with Roboto Mono as the web fallback.
   Uploaded: SF Pro Text Regular (400) — self-hosted below. Other weights
   and SF Pro Display fall back to -apple-system on Apple / Inter elsewhere;
   upload those binaries to self-host them too. */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400..800;1,14..32,400..700&family=Roboto+Mono:ital,wght@0,400;0,700;1,400&display=swap');
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SF-Pro-Text-Regular.otf") format("opentype");
}
