.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  display: inline-block;
  line-height: 1;
}
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #f7f9fb;
  color: #191c1e;
  -webkit-font-smoothing: antialiased;
}
.admin-bar nav.fixed { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar nav.fixed { top: 46px; } }
.current-menu-item > a { color: #000000; border-bottom: 2px solid #000000; padding-bottom: .25rem; font-weight: 700; }
.menu-item a { color: #45464d; font-size: 14px; line-height: 16px; font-weight: 600; transition: color .2s; }
.menu-item a:hover { color: #000000; }
