/* SALFETCH brand font.
 *
 * Bricolage Grotesque Bold by Mathieu Triay (Atelier Triay), licensed
 * under SIL Open Font License v1.1 — see /static/fonts/BricolageGrotesque-OFL.txt.
 *
 * Used for the SALFETCH wordmark across the web UI. Excel and PDF use
 * their native bold sans (Calibri / Helvetica) for the wordmark because
 * those formats don't support web fonts at runtime. The SVG logo files
 * have the wordmark pre-converted to vector paths so they render
 * correctly even without this font installed.
 */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/BricolageGrotesque-Bold.ttf') format('truetype');
}
