html {
    font-size: 10px !important;
}
body {
    margin: 0;
    padding-top: 0;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 1.6rem;
    color: $text-color;
    line-height: 1.7;
    &.archive {
        background: #f5f5f5;
    }
}
a {
    color: $secondary-color;
    &:hover {
        color: $secondary-color;
    }
}
h1, h2, h3, h4, h5, h6 {
    color: $text-color;
}
button {
    outline: 0;
}

/**
 * Elements.
 */
.material-icons {
    &.-block {
        display: block;
    }
}
.svg {
    font-size: 0;
}