@font-face {
    font-family: 'rainy';
    src: url(/rainyhearts.ttf);
}

@font-face {
    font-family: 'spirit';
    src: url(/read/Spirit.ttf);
}

@font-face {
    font-family: 'little';
    src: url(/read/LittleSpirit.ttf);
}

@font-face {
    font-family: 'emoji';
    src: url(/credits/EmojiFont.ttf);
}

body {
    direction: rtl;
    text-align: left;
    color: #7b7368e0;
    font-family: 'rainy';
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 1px solid #7b7368e0;
}

h2 {
    font-family: 'spirit';
    font-weight: 100;
    margin: 0;
    color: #7b7368e0;
}

b {
    font-family: 'little';
    font-weight: 100;
    font-size: 20px;
}

i {
    font-family: 'emoji';
    font-style: normal;
}