/* Vera Medical — self-hosted font layer.
 *
 * FOLLOW-UP (font hosting): This environment has no network access, so real
 * open-license font files (an Inter-class humanist sans + a refined serif
 * display) could NOT be downloaded and self-hosted here. Per the Task 2
 * constraint we therefore ship high-quality SYSTEM-FONT STACKS as the token
 * values below — NO third-party/Google Fonts URLs are referenced (privacy).
 *
 * To upgrade to true self-hosted fonts later, WITHOUT touching any template:
 *   1. Drop woff2 files into static/fonts/ (e.g. Inter for body, a serif such
 *      as Newsreader / Source Serif 4 / Fraunces for display).
 *   2. Uncomment + complete the @font-face blocks below (keep font-display:swap).
 *   3. Prepend the family names to --font-body / --font-display in tokens.css.
 * Because base.html already links this file, no markup change is required.
 *
 * Example (commented until real files exist):
 *
 * @font-face {
 *   font-family: "Inter";
 *   font-style: normal;
 *   font-weight: 100 900;
 *   font-display: swap;
 *   src: url("inter.woff2") format("woff2");
 * }
 * @font-face {
 *   font-family: "Newsreader";
 *   font-style: normal;
 *   font-weight: 200 800;
 *   font-display: swap;
 *   src: url("newsreader.woff2") format("woff2");
 * }
 */
