/* Temporary override to avoid 404s for Roboto font paths referenced by mdb.css */
@font-face {
  font-family: 'Roboto';
  src: local('Arial'); /* fallback to system */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body,
html,
* {
  font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
}
