/*
 * 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.
 */

/*
 * Self-hosted Fredoka 500 (the public display font / `font-serif`). Story 2.1:
 * the hero <h1> is the LCP element, and on simulated 3G its render waited ~1.45 s
 * for Google's Fredoka woff2 (competing with Onest + JetBrains on the throttled
 * link), pushing Lighthouse performance below the 0.9 budget. Self-hosting +
 * preloading this one weight (latin subset) removes the third-party RTT and lets
 * the LCP text swap in early. Onest + JetBrains Mono stay on Google Fonts.
 * Propshaft fingerprints the url() below from app/assets/fonts/.
 */
@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fredoka-500-485f3c09.woff2") format("woff2");
}
