/*
 * fonts.css — bridges legacy CSS alias names in base.css to the real
 * Adobe Fonts faces served by kit zxs4jqs, plus local fallbacks for
 * faces not in the kit.
 *
 * Load order in HTML: Adobe Fonts <link> → this file → base.css
 */

/* museosanslight (300) → museo-sans 300 normal */
@font-face {
  font-family: 'museosanslight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://use.typekit.net/af/036a04/00000000000000007735da11/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2");
}

/* museosansbold (700) → museo-sans 700 normal */
@font-face {
  font-family: 'museosansbold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://use.typekit.net/af/69a3e8/00000000000000007735da1d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2");
}

/* museosansheavy (900) → museo-sans-display 800 (heaviest available in kit) */
@font-face {
  font-family: 'museosansheavy';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://use.typekit.net/af/108288/000000000000000077359966/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2");
}

/* atramentbolditalic → atrament-web 700 italic */
@font-face {
  font-family: 'atramentbolditalic';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://use.typekit.net/af/720090/0000000000000000773598af/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2");
}

/*
 * futurabook (400) — Futura Book is not in this kit.
 * Jost Regular is a close geometric sans substitute for body text.
 */
@font-face {
  font-family: 'futurabook';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jost-400.woff2') format('woff2');
}
