/* CINSET webfonts — Google Fonts substitutes. See readme.md "Font substitution". */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,300..900;1,300..900&family=IBM+Plex+Mono:wght@400;500&display=swap");
:root{
--font-display:"Inter Tight","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-body:"Inter Tight","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-mono:"IBM Plex Mono",ui-monospace,"SF Mono",Menlo,monospace;
}
