@font-face {
    font-family: Fanwood;
    src: url("/static/fonts/Fanwood.otf");
}

@font-face {
    font-family: Fanwood; 
    font-style: italic;
    src: url('/static/fonts/Fanwood-Italic.otf');
}

@font-face {
    font-family: LeagueGothic;
    src: url('/static/fonts/LeagueGothic.otf');
}

@font-face {
    font-family: OpenSans;
    src: url('/static/fonts/OpenSans-Light.ttf');
}

@font-face {
    font-family: OpenSans;
    src: url('/static/fonts/OpenSans-LightItalic.ttf');
    font-style: italic;
}

@font-face {
    font-family: OpenSans;
    src: url('/static/fonts/OpenSans-Regular.ttf');
    font-weight: bold;
}


body {
    font-family: OpenSans, sans-serif;
    margin: 0 30px;
    font-size: 16pt;
    font-weight: 200;
    color: #333;
}

#content {
    max-width: 700px;
    margin: auto;
}

a, a:visited {
    text-decoration: inherit;
    color: rgba(192, 32, 32, 1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

p {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

.title {
    text-align: center;
    font-family: LeagueGothic, sans-serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 25pt;
    display: block;
    margin: 30px;
    letter-spacing: 0.05em;
    color: rgba(192, 32, 32, 1);
}

footer {
    text-align: center;
    font-family: LeagueGothic;
}
