/* Material 3 webfonts.
   The kit uses Roboto for both Brand and Plain roles, plus Roboto Mono.
   NOTE: original Figma also references "Google Sans / Google Sans Text" (a Google-internal
   typeface, not publicly licensed). Per the file's Font theme, brand & plain BOTH resolve to
   Roboto, which is the correct public substitute. Roboto Flex covers variable-weight needs. */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&family=Roboto+Mono:wght@400;500;700&family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600&display=swap');

/* Material Symbols — Google's icon font (used by Icon component when no SVG given) */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');
