* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #ffffff;
    overflow-x: hidden;
    background: rgb(20 26 34 / var(--tw-bg-opacity, 1));
    overflow-x: hidden !important;
    touch-action: manipulation;
}

footer { 
    overflow-x: hidden !important;
}

button, a, input, select, textarea {
  touch-action: manipulation;
}
