/* Roboto (Google Fonts) is the system's main font. */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");

:root{
  --font-display:"Roboto",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --font-text:"Roboto",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
}
