@font-face {
    font-family: 'leonardregular';
    src: url('/fonts/leonard.woff2') format('woff2'),
         url('/fonts/leonard.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'typewriter';
    src: url('/fonts/tox.woff2') format('woff2'),
         url('/fonts/tox.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #FFFCCF;
    color: #0000FF;
    font-family: 'leonardregular';
    font-size: 1.2em;
    white-space: nowrap;
}

h1 {
    background: linear-gradient(to bottom, gray, black);
    border-top: 1px solid gray;
    color: white;
    display: inline-block;
    font-family: 'typewriter';
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 7px;
    line-height: 34px;
    padding: 0 9px 0 13px;
    text-shadow:
        -1px -1px 0 gray,
        1px -1px 0 gray,
        -1px 1px 0 gray,
        1px 1px 0 gray,
        0 0 6px white;
    text-transform: uppercase;
}

h1 a {
    color: white;
}

h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: black;
    text-decoration: none;
}

ul {
    list-style-type: none;
}
