body {
    font-family: "GothamHTF-Book", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #010101;
    letter-spacing: 0.10em;
}

p {
    margin-bottom: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    outline: none !important;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

img {
    width: 100%;
    height: auto;
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    outline: none;
    border-radius: 0;
}

input:active, input:focus, select:active, select:focus {
    outline: none;
}

header {
    position: relative;
}