@font-face {
  font-family: 'Lubrifont';
  src: url('/static/WDXLLubrifontTC-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansDisplay';
  src: url('/static/NotoSansDisplay-VariableFont_wdth,wght.ttf') format('truetype');
}
body {
  font-family: 'NotoSansDisplay', sans-serif;
}
.navbar-brand {
  font-family: 'Lubrifont', sans-serif;
  font-size: 2.25rem;
  user-select: none;
}
.navbar-toggler:focus {
  box-shadow: none;
  user-select: none;
}
.scrolling-wrapper {
  cursor: grab;
}
.scrolling-wrapper.active {
  cursor: grabbing;
}
.scrolling-wrapper img {
  user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 991.98px) {
  .scrolling-wrapper {
    overflow-x: auto;
  }
  .scrolling-wrapper .row {
    flex-wrap: nowrap;
  }
}
footer {
  font-weight: 600;
} 