/* Display face: "Plain Black" is a licensed custom face — upload the binaries and add the
   @font-face rules here. Until then it falls back through the body stack.
   Body/UI face: Inter, loaded from Google Fonts. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --font-display: "Plain Black", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
