/*  Selectors
------------------------------------  */

:disabled {
    pointer-events: none;
}


:focus {
    outline: none;
}



/*  Pseudo Elements
------------------------------------  */

::placeholder {
    color: inherit;
}


::-moz-focus-inner {
    border: 0;
}


::-moz-placeholder {
    opacity: 1;
}


::-webkit-search-cancel-button {
    display: none;
}



/*  Tags
------------------------------------  */

a {
    color: inherit;
    text-decoration: none;
}


body {
    background-color: #FFF;
    color: #1A1A1A;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}


button {
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bitter", serif;
    margin-top: 0;
    line-height: 160%;
}


img {
    display: block;
    height: auto;
    max-width: 100%;
}


input {
    box-sizing: border-box;
    font: inherit;
}

input[type="email"],
input[type="search"],
input[type="text"] {
    color: inherit;
    width: 100%;
}


label {
    cursor: pointer;
}


p {
    line-height: 180%;
    margin-top: 0;
}


select {
    background-color: transparent;
    border: none;
    color: inherit;
    font: inherit;
}


svg {
    display: block;
    fill: currentColor;
    pointer-events: none;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
