/* Vendored fonts (SIL Open Font License 1.1; licences beside the files in vendor/fonts). Latin subsets from the Google Fonts API, 2026-09-21. */
@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 100 700; font-display: swap; src: url('../vendor/fonts/IBMPlexSans-variable.woff2') format('woff2'); }
/* The two symbols the content uses outside the Latin subset (the record arrows and the type-menu check), subset from the same family (Google Fonts text= request, 2026-09-22). */
@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 100 700; font-display: swap; src: url('../vendor/fonts/IBMPlexSans-symbols.woff2') format('woff2'); unicode-range: U+2192, U+2713; }
@font-face { font-family: 'Instrument Serif'; font-style: normal; font-weight: 400; font-display: swap; src: url('../vendor/fonts/InstrumentSerif-400.woff2') format('woff2'); }

:root {
  /* PROPOSED: the canon titles use Instrument Serif; the design-system tokens define sans and mono families only. */
  --ap-font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  /* PROPOSED (canvas drift): the Portfolio file draws the selected option, the link buttons and the open select
     from its own palette, which @atoura/design-system-react 0.2.1 does not carry (its brand ink is #155587).
     Declared here so the prototype matches the canvas; raise them as a token change (DEC) before adopting. */
  --ap-color-selected-fill: #f0f5ff;
  --ap-color-accent-ink: #234e98;
  --ap-color-selected-glow: #d6e1f5;
  --ap-color-focus-open: #4d71af;
  /* PROPOSED (canvas drift): the Portfolio trend deltas and progress bars draw in the chart palette of the
     exported sparklines (#b22c2c line, #3575cc bar); the package's feedback danger-fg and info-fg are darker
     (#972525, #0063b0). Raise them as chart tokens (DEC) before adopting. */
  --ap-color-chart-danger: #b22c2c;
  --ap-color-chart-info: #3575cc;
}
