@font-face {
    font-family: temjana;
    src: url(temjana.ttf);
}

@font-face {
    font-family: comic;
    src: url(comic.ttf);
}

html {
    font-size: 16px;
}

.text-temjana {
    font-family: temjana;
    font-size: 1.5rem;
    font-weight: bolder;
}

.backup {
    display: inline-block;
    transform: translateY(-5px);
    font-size: 1.25rem;
    font-family: comic;
    font-weight: normal;
}