.pb-safe { padding-bottom: env(safe-area-inset-bottom, 0px); }
.pt-safe { padding-top: env(safe-area-inset-top, 0px); }
.pt-header { padding-top: calc(4rem + env(safe-area-inset-top, 0px)); }

html, body { -webkit-tap-highlight-color: transparent; overscroll-behavior-y: none; }
::-webkit-scrollbar { display: none; }

button { touch-action: manipulation; }

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
}
