*,
::before,
::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}

html, body {
    line-height: 1;
    font-size: 17px;
    font-family: "Fira Sans", sans-serif;
    width: 100%;
}

.logo-text {
    font-size: 17px;
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 8px;
    font-weight: 500;
}