/* Font declarations */
@font-face {
    font-family: 'PP Neue Bit';
    src: url('../fonts/PPNeueBit-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PP Mondwest';
    src: url('../fonts/PPMondwest-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* General styles */
body {
    font-family: 'PP Neue Bit', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #fff;
    line-height: 1;
    font-size: 1.4rem;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
}

header h1 {
    font-family: 'PP Mondwest', sans-serif;
    font-size: 4rem;
    font-weight: 700; /* Bold */
    margin: 0;
    line-height: 1.2;
}

header h2 {
    font-family: 'PP Mondwest', sans-serif;
    font-size: 2rem;
    font-weight: 700; /* Bold */
    margin: 2rem 0;
    line-height: 1.6;
}

.intro {
    font-weight: 400; /* Regular */
    margin: 2rem 0;
    font-size: 2.5rem;
}

.links a, a.links {
    color: #006aff;
    text-decoration: none;
    font-weight: 400;
    display: block;
}

.links a {
    margin: 10px 20px;
    display: inline;
}

.links a:hover, a.links:hover {
    text-decoration: underline;
}

nav.links {
    margin-top: 40px;
}
