/*
 * Self-hosted webfonts (first-party — no third-party requests).
 * Both fonts are licensed under the SIL Open Font License 1.1 (OFL):
 *   Manrope — Copyright 2018 The Manrope Project Authors — /fonts/Manrope-OFL.txt
 *   Bricolage Grotesque — Copyright 2022 The Bricolage Grotesque Project Authors — /fonts/BricolageGrotesque-OFL.txt
 * Variable WOFF2, latin subset (covers EN + ES). Replaces the former Google Fonts hotlink.
 */
@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
