/* RuleFlow brand fonts — replaces mdBook's default Open Sans / Source Code
   Pro font-face declarations (design_handoff_ruleflow/BRAND.md). Files live
   alongside this one in theme/fonts/, copied from ruleflow-landing/fonts/.
   The `../...` directive is mdBook's own asset-fingerprinting
   mechanism (see mdbook-html's StaticFiles::write_files) — it resolves to
   the content-hashed, root-relative path at build time, so this works
   identically no matter how deep the referencing page is nested. */

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sora-400-0513acb4.woff2') format('woff2');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/sora-600-3902474d.woff2') format('woff2');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/sora-700-3902474d.woff2') format('woff2');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/sora-800-3902474d.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-400-e310b55a.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope-500-e310b55a.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope-600-e310b55a.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-700-e310b55a.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibmplexmono-400-c36f509c.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ibmplexmono-500-a76f53ca.woff2') format('woff2');
}
