*, body {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}
body, input, textarea, * {
    letter-spacing: -0.025em;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, system-ui, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

html {
    height: 100%;
}