/* Astral Polity — the faces this folder ships with it.
 *
 * Every one is redistributable, which the originals were not: the documents asked for
 * Segoe UI, Consolas and Georgia (all Microsoft-licensed) or fetched Inter from Google.
 * That is why they rendered differently on every machine and could not be hosted with
 * their own typography. Subset to the characters these documents actually use.
 */
@font-face{font-family:"AP Sans";src:url(fonts/Inter.woff2)format("woff2");font-weight:100 900;font-display:swap}
@font-face{font-family:"AP Serif";src:url(fonts/DejaVuSerif.woff2)format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"AP Mono";src:url(fonts/DejaVuSansMono.woff2)format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"AP Display";src:url(fonts/Michroma.woff2)format("woff2");font-weight:400;font-display:swap}
/* Last-resort faces, at the END of every stack, supplying only what the text faces lack. */
@font-face{font-family:"AP Symbols";src:url(fonts/DejaVuSans.woff2)format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"AP CJK";src:url(fonts/NotoSansCJK.woff2)format("woff2");font-weight:400;font-display:swap}

/* ⚠ A DOCUMENT THAT DECLARES NO FONT RENDERS IN THE BROWSER'S DEFAULT, which is
   machine-dependent by definition — five of these eleven did exactly that. This is the
   floor, not a design: anything the page states for itself still wins. */
html{font-family:"AP Sans",system-ui,"Segoe UI",Roboto,Arial,"AP Symbols","AP CJK",sans-serif}
pre,code,kbd,samp{font-family:"AP Mono",Consolas,ui-monospace,Menlo,"AP Symbols",monospace}
