@font-face {
    font-family: Google_Oswald;
    src: url(fonts/Oswald/Oswald-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Google_Oswald;
    src: url(fonts/Oswald/Oswald-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Google_Oswald;
    src: url(fonts/Oswald/Oswald-Light.ttf);
    font-weight: 100;
}
@font-face {
    font-family: Google_VarelaRound;
    src: url(fonts/Varela_Round/VarelaRound-Regular.ttf);
}
@font-face {
    font-family: Google_Karla;
    src: url(fonts/Karla/Karla-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Google_Karla;
    src: url(fonts/Karla/Karla-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Google_Karla;
    src: url(fonts/Karla/Karla-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: Google_Karla;
    src: url(fonts/Karla/Karla-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

body {
    text-align: center;
    background-color: #edddcb;
    /* background: #edddcb url("assets/BasiliskAndWeasel_Sketch_BG-Crop-1290x903.jpg") no-repeat fixed center top; */
    font-family: Google_Oswald, Verdana, Arial, sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 100%;
    text-shadow: 0.04em 0.05em #edddcb;
}
div {
    padding: 10px;
    margin: 0px;
}
#contentDiv {
    border-style: none;
    padding: 0px;
    background-color: transparent;
    position: absolute;
}
.smaller {
    font-size: smaller;
    line-height: 70%;
    font-family: Google_Karla, Verdana, Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
}
