/* Increase base font size globally */
html, body {
  font-size: 16px !important;
}

/* Increase list and navigation elements */
body, .file-list, .item, .link, [class*="item"] {
  font-size: 15px !important;
}

/* Increase sidebar navigation */
aside, nav, .sidebar-link {
  font-size: 15px !important;
}

/* Code viewer font size bump */
pre, code, .editor {
  font-size: 14px !important;
}