/*
 * SDS — Font imports
 *
 * The Simple Design System uses three Google Fonts:
 *   - Inter            (sans, UI + headings)
 *   - Noto Serif       (serif, occasional editorial accent)
 *   - Roboto Mono      (mono, code + numerics)
 *
 * All three are loaded from Google Fonts at the weights actually referenced
 * in theme.css (100..900). Italic axes included so emphasis works.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
