/* Minimal CSS Reset - Amu Hotel */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    line-height: 1.6;
    overflow-x: hidden;
}

button {
    border: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

ul,
ol {
    list-style: none;
}

input,
textarea {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
}

/* Remove default hidden attribute styling to allow custom transitions */
[hidden] {
    display: none !important;
}
