/* 24K Foundation — Aptos web fonts, served over URL.
 * Use in any app WITHOUT installing font files:
 *   @import url("https://sj-foundation-docs.vercel.app/fonts.css");
 * then set:  font-family: "Aptos", system-ui, sans-serif;
 * The src paths below are relative to THIS file, so the fonts load from
 * this same host — no local files, no config needed on the consuming app. */

@font-face {
  font-family: "Aptos";
  src: url("./fonts/aptos/Aptos.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("./fonts/aptos/Aptos-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("./fonts/aptos/Aptos-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("./fonts/aptos/Aptos-SemiBold-Italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("./fonts/aptos/Aptos-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
