*, *::before, *::after {
    box-sizing: border-box;
}

* {
    line-height: 1.5em
}

*:focus {
    outline: none
}

html {
    /* overflow-x: hidden; */
}

input[type="email"] {
    direction: rtl
}