/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Inter is the typeface every Figma artboard is set in, but nothing ever loaded
   it — the site fell through to `system-ui`, which resolves to SF Pro on a Mac
   (close enough to hide the bug) and to Segoe UI / Roboto everywhere else.
   Self-hosted rather than pulled from a CDN so it survives the CSP and works
   offline in dev. One variable file covers 100–900, so the weights the kit uses
   don't each cost a request. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Inter-Variable-1f021a24.woff2") format("woff2");
}
