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

/*
 * Font self-hostati: Outfit (testo) e Inter (valori numerici), gli stessi
 * dell'app Flutter. Niente Google Fonts CDN: servirli da qui evita di esporre
 * l'IP dei visitatori a terzi.
 *
 * Gli url() usano il logical path Propshaft, non il percorso su disco: ogni
 * sottodirectory di app/assets e' una root del load path, quindi
 * app/assets/fonts/Outfit-Regular.woff2 si referenzia come
 * "Outfit-Regular.woff2" senza il prefisso fonts/.
 */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Outfit-Regular-4ed03c89.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/Outfit-Medium-694d9f08.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/Outfit-SemiBold-bac63fb2.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/Outfit-ExtraBold-f5a4e518.woff2") format("woff2");
}

/* Inter: subset alle sole cifre, serve per gli intervalli dell'indice keto. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/Inter-SemiBold-e4e5160a.woff2") format("woff2");
}
