.#{$prefix}-global {
    @include fontFamily();
    font-size: $font-size-premedium;
    line-height: $line-height-small;
    color: $color-black;
    -webkit-font-smoothing: antialiased;

    span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, center,
    dl, dt, dd, ol, ul,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        font-size: 100%;
        vertical-align: baseline;
    }

    p,
    img,
    iframe {
        margin-bottom: 1.3em;
    }

    img,
    iframe {
        position: relative;
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    h1 {
        @include fontFamily('bold');
        color: $color-black;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        @include fontFamily('bold');
        color: $color-black;
    }

    h1 {
        font-size: $font-size-huge;

        @include respond-to('increased') {
            font-size: $font-size-huge*0.8;
        }

        @include respond-to('prebig') {
            font-size: $font-size-huge*0.6;
        }
    }

    h2 {
        font-size: $font-size-huge;

        @include respond-to('prebig') {
            font-size: $font-size-semilarge;
        }
    }

    h3 {
        font-size: $font-size-prelarge;
    }

    h4 {
        font-size: $font-size-prelarge;
    }

    h5 {
        font-size: $font-size-default;
    }

    h6 {
        font-size: $font-size-predefault;
    }

    h1, h2, h3, h4 {
        line-height: $line-height-little;
    }

    strong {
        @include fontFamily('bold');
    }
}
