body, html {
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    position: fixed;
    top: 0;
    margin: 0;
    left: 0;
    touch-action: pan-x pan-y;
}

button {
    font-size: 0.875rem !important;
    font-family: 'Inter', sans-serif !important;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

p, h1, h2, h3, h4, h5, h6, span {
    font-family: 'Inter', sans-serif !important;
}
