@font-face {
    font-family: 'Gore Gustan';
    src: url("../fonts/goregustan/GoreGustan-Book.woff2") format("woff2"), 
         url("../fonts/goregustan/GoreGustan-Book.woff") format("woff"), 
         url("../fonts/goregustan/GoreGustan-Book.eot"), 
         url("../fonts/goregustan/GoreGustan-Book.svg") format("svg");
    font-weight: 400;
}

@font-face {
    font-family: 'Gore Gustan';
    src: url("../fonts/goregustan/GoreGustan-Medium.otf");
    font-weight: 600;
}

@font-face {
    font-family: 'Gore Gustan';
    src: url("../fonts/goregustan/GoreGustan-Bold.woff2") format("woff2"), 
         url("../fonts/goregustan/GoreGustan-Bold.woff") format("woff"), 
         url("../fonts/goregustan/GoreGustan-Bold.eot"), 
         url("../fonts/goregustan/GoreGustan-Bold.svg") format("svg");
    font-weight: 700;
}

p.text-small,
p.caption,
p.text-large,
p.text-extra-large {
    font-weight: 400;
    letter-spacing: 0px;
}

p.overline {
    font-size: .75rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .1rem;
}

p.text-small {
    line-height: 130%;
    font-size: .75rem;
}

@media (min-width: 1024px) {
    p.text-small {
        line-height: 140%;
        letter-spacing: .00625rem;
    }
}

p.caption {
    font-size: .875rem;
    line-height: 140%;
}

p,
html {
    font-size: 1rem;
    font-family: inherit;
    line-height: 150%;
}

p.text-large {
    font-size: 1.25rem;
    line-height: 130%;
}

p.text-extra-large {
    font-size: 1.375rem;
    line-height: 140%;
}

@media (min-width: 1024px) {
    p.text-extra-large {
        font-size: 1.5rem;
    }
}

.link,
.button {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5 {
    color: #1b1f22;
    font-weight: 700;
    letter-spacing: 0px;
}

h1 {
    font-size: 1.875rem;
    line-height: 130%;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 3rem;
        line-height: 120%;
        margin-bottom: 1.25rem;
    }
}

h2 {
    font-size: 1.625rem;
    line-height: 130%;
    margin-bottom: 1rem;
}

.caption h2 {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    h2 {
        font-size: 2.5rem;
    }
}

h3 {
    font-size: 1.375rem;
    line-height: 130%;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    h3 {
        font-size: 2rem;
    }
}

h4 {
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: .75rem;
}

@media (min-width: 1024px) {
    h4 {
        font-size: 1.5rem;
        line-height: 130%;
        margin-bottom: 1rem;
    }
}

h5 {
    font-size: 1.125rem;
    line-height: 110%;
    margin-bottom: .75rem;
}

@media (min-width: 1024px) {
    h5 {
        font-size: 1.25rem;
        letter-spacing: .0125rem;
        line-height: 140%;
        margin-bottom: .5rem;
    }
}
