@font-face {
    font-family: main;
    src: url(/static/sitelenselikiwenasuki.ttf);
    /*src: url(/MyFont.ttf);*/
}

/*@font-face {
    font-family: juniko;
    src: url(/sitelenselikiwenjuniko.ttf);
}*/

body {
    font-family: main;
    font-size: 24pt;
    text-rendering: optimizeLegibility;
}

/* .blog-header { */
/*     font-family: juniko; */
/* } */

.verse {
    background-color: #ddd;
    border-bottom: 1px solid #333;
    border-radius: 4px;
    margin: 0;
    padding: 1rem;
}

code, pre {
    font-family: main;
    background-color: #ddd;
    padding: 2pt;
    margin: 2pt;
    border-radius: 4px;
    border-bottom: 1px solid #333;
}

.validation, .date {
    visibility: hidden;
}

.theorem::before {
    content: "toki lon:";
}

.definition::before {
    content: "toki sin:";
}

.proof::before {
    content: "tan ni:";
}

.proof::after {
    content: "pini";
}
