/* Font loader — Inter (variable) + Material Symbols Outlined.
   Served from Google Fonts with swap so mocks never block on font-load.
   If your mock needs a single-file bundle, use super_inline_html to
   inline these webfont files as base64. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');
