/* Base typography and body reset — extracted from Views/Shared/_Layout.cshtml */

html {
}

* {
    font-family: "Century_Gothic";
    font-weight: 400;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Century_Gothic";
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #000;
    margin: 0 0 40px;
    color: #666666;
    background-color: #FFFFFF;
    word-break: break-word;
    font-family: "Century_Gothic";
    font-weight: 400;
    font-style: normal;
}

a, a:visited, a:hover, a:link {
    color: inherit;
    outline: 0;
}
