html {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

button,
a {
    touch-action: manipulation;
}

input {
    font-size: 16px;
}
