 h1 {@include font-quicksand()}
 h2 {@include font-quicksand()}
 h3 {@include font-quicksand()}
 h4 {@include font-quicksand()}
 h5 {@include font-quicksand()}
 h6 {@include font-quicksand()}
 
 .h--main-title {
    display: inline-block;
    position: relative;
    @include font-quicksand($white,40px);
    padding: 0 0 20px;
    margin: 30px 0 0;
    text-align: center;
    @include mq(tablet-wide,max) {
        margin: 20px 0 0;
    }
    @include mq(phone-wide,max) {
        font-size: 25px;
        padding: 0 0 10px;
    }
    &:before {
        @include pseudo();
        height: 1px;
        width: 140%;
        bottom:0;
        left: -20%;
        background-color: $white;
    }
    &-wrapper {
        overflow: hidden;
        text-align: center;
    }
 }
 
//
// p {  }
 
body, button, input, select, textarea {
    @include font-quicksand();
}
 
table, address, pre {
    color: $white;
}
 
pre {
    overflow: auto;
}
 
dl, ul, ol, cite {
 color: $white;
}

a {
    color: $purple;
}

code {
    color: $purple;
}