@font-face {
    font-family: 'annatar';
    src: url('https://eleninnar.darklegends.us/wp-includes/fonts/tengwar-annatar-glaemunicode.woff') format('woff');
}

@font-face {
    font-family: 'annatar';
    src: url('https://eleninnar.darklegends.us/wp-includes/fonts/tengwar-annatar-glaemunicode-bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'annatar';
    src: url('https://eleninnar.darklegends.us/wp-includes/fonts/tengwar-annatar-glaemunicode-italic.woff') format('woff');
    font-style: italic;
}

.tengwar, .tengwar * {
    font-family: 'annatar', fantasy !important;
}

li a.tengwar {
    font-size: 1.2em !important;
}

#toggleContainer .tengwar {
    font-size: 1.1em !important;
}

#toggleContainer {
    margin-bottom: 10px;
}

#toggleContainer span {
    margin-right: 10px;
    cursor: pointer;
}

#toggleContainer span.active {
    font-weight: bold;
}

#englishToggle.active ~ #tengwarToggle {
    color: grey !important;
    pointer-events: none !important;
}