@font-face {
    font-family: "Spleen";
    src: url(https://death.town/~amanita/fonts/spleen.ttf) format("truetype");
}

@font-face {
    font-family: "Spleen Small";
    src: url(https://death.town/~amanita/fonts/spleen_small.ttf) format("truetype");
}

@font-face {
    font-family: "Spleen Big";
    src: url(https://death.town/~amanita/fonts/spleen_big.ttf) format("truetype");
}

@font-face {
    font-family: "Spleen Bigger";
    src: url(https://death.town/~amanita/fonts/spleen_bigger.ttf) format("truetype");
}

body {
    color: #fff;
    background-color: #060606;
    margin: 0;
    padding: 0;
    font-family: "Spleen";
}

code {
    font-family: "Spleen";
    background-color: #666;
    color: #f00;
}

.org-src-container {
    background-color: #060606;
    font-family: "Spleen";
}

pre {
    background-color: #060606;
    font-size: 1rem;
    font-family: "Spleen";
}

pre.src {
    background-color: #060606;
    font-family: "Spleen";
}

pre.example {
    background-color: #060606;
    font-family: "Spleen";
}

/* Headers */
h1{
    font-size: 1.5rem;
    color: #800000;
}
h2{
    font-family: "Spleen";
    font-size: 32px;
    /* background-color: #000; */
    /* text-align: center; */
    text-shadow: 2px 2px 6px #800000;
    color: #F00000;
}
h3{
    font-family: "Spleen Bigger";
    font-size: 1.5rem;
    color: #800000;
}
h4{
    font-family: "Spleen Big";
    font-size: 1.3rem;
    color: #800080;
}
