
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/* Global Override Font: Roboto */
html, body {
  font-family: Roboto, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",  sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

/* Override header */
#header h1,
#header h2 {
  font-family: inherit !important;
}

/* Override menu & tabs */
#tabs ul,
#tabs a span,
#sidecol h2,
#sidecol ul li a,
#submenu,
#submenunav li,
#submenunav a {  
  font-family: inherit !important;
}

/* Override main content */
#content,
#content h1,
#content p,
#content a,
#content ul,
#content ol,
#content input,
#content textarea,
#content select {
  font-family: inherit !important;
}

/* Override footer */
#footer {
  font-family: inherit !important;
}
