@font-face {
    font-family: 'Nimbus Sans Boldass';
    src: url(font/NimbusSanL-Bol.otf) format(opentype);
}

@font-face {
    font-family: 'Nimbus Sans Ultralight';
    src: url(font/nimbussansdot-ultrligh.otf) format(opentype);
}

h1 {
    font-family: 'Nimbus Sans Boldass';
    font-size: 50px;
    color: white;
}

h2 {
    font-family: 'Nimbus Sans Ultralight';
    font-size: 32px;
    color: white;
}

h4 {
    font-family: 'Nimbus Sans Ultralight';
    font-size: 18px;
    color: white;
}

h5 {
    font-family: 'Nimbus Sans Ultralight';
    font-size: 15px;
    color: white;
}

h6 {
    font-family: 'Nimbus Sans Ultralight';
    font-size: 3px;
    color: white;
}

body.primary {
    background-color: white;
}

body.stylish {
    background-image:url("spiral.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
}

img.inverted {
    filter: invert(1)
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}