/* Shared font faces used by slide themes and a few UI elements (mono).
   Keep this file theme-independent. */

/* CIIIC fork: GT America Extended for CIIIC theme */
@font-face {
  font-family: 'GT America Extended';
  src: url('/assets/fonts/GT-America-Extended-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue Condensed Bold';
  src: url('/assets/fonts/helveticaneue-condensedbold-webfont.woff2')
    format('woff2');
  /* Some slide components still request heading font at weight 400.
     Provide a 400 face (using the same file) so exports don't fall back. */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue Condensed Bold';
  src: url('/assets/fonts/helveticaneue-condensedbold-webfont.woff2')
    format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('/assets/fonts/JetBrainsMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('/assets/fonts/BricolageGrotesque-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}




