/* Import Roboto from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

/* Apply globally */
body {
  font-family: "Roboto", sans-serif !important;
}
