/*
 * 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 webfonts (Public Sans + Source Sans 3).
 *
 * Both are served by Google as a single variable woff2 per family
 * (the css2 API returns the same file for every requested weight),
 * so we ship one file each and declare the full `wght` axis range
 * instead of one static face per weight. Confirmed variable:
 * Public Sans 100-900, Source Sans 3 200-900 — every weight the
 * design uses renders from real glyphs, no synthetic bold.
 *
 * Self-hosting drops two render-blocking cross-origin round-trips
 * (fonts.googleapis.com CSS + fonts.gstatic.com woff2). The files
 * are preloaded in the layout <head> so the real fonts paint fast;
 * `font-display: swap` + the Capsize-calibrated fallback faces in
 * tailwind/base/typography.css keep the pre-swap text in the same
 * line-box (zero CLS).
 *
 * Latin subset only — covers all Spanish glyphs (U+0000-00FF) plus
 * the punctuation/symbol ranges Google bundles into `latin`.
 *
 * Propshaft fingerprints the url() below by matching the file's
 * logical name on the app/assets/fonts load path.
 */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/public-sans-latin-217759bd.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/assets/source-sans-3-latin-9da25ef2.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
