/* Imports */
@import url("reset.css");
@import url("typogrify.css");

@font-face {
    font-family: "Yanone Kaffeesatz";
    font-style: normal;
    font-weight: 400;
    src: url(YanoneKaffeesatz-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "Yanone Kaffeesatz";
    font-style: bold;
    font-weight: 800;
    src: url(YanoneKaffeesatz-Bold.woff2) format("woff2");
}

body {
    font-family:
        "Trebuchet MS", Trebuchet, "Lucida Sans Unicode", "Lucida Grande",
        "Lucida Sans", Arial, sans-serif;
    line-height: 1.429;
    margin: 0;
    padding: 0;
    text-align: left;
}

main {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Headings */
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.571em;
} /* 22px */
h3 {
    font-size: 1.429em;
} /* 20px */
h4 {
    font-size: 1.286em;
} /* 18px */
h5 {
    font-size: 1.143em;
} /* 16px */
h6 {
    font-size: 1em;
} /* 14px */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.8em;
    font-family: "Yanone Kaffeesatz", arial, serif;
}

h3,
h4,
h5,
h6 {
    margin-top: 0.8em;
}

/* Anchors */
a {
    outline: 0;
}
