@font-feature-values QuinoaNeu { 
    @styleset { 
	magyar: 4 7 12;
	round: 1 4 7;
	titling: 2;
    } 
    @character-variant { 
	rounda: 11;
	roundj: 8;
    } 
}

body, .fa {
    font-family: 'QuinoaNeu';
    /*font-weight: 500;*/
    font-weight: 400;
    font-size: 150%;
    font-variant-alternates: styleset(magyar) character-variant(rounda);
    font-variant-ligatures: common-ligatures discretionary-ligatures;
}
.emojione {
    font-family: 'QuinoaNeu', 'EmojiOne Color';
}
.nativeemoji {
    font-family: 'QuinoaNeu';
}
.noemoji {
    font-family: 'QuinoaNeu', 'Adobe Blank';
}

.translation, .smcp, .sc, a.more {
    font-variant-caps: small-caps;
    font-style: normal;
}

h1, h2, a.more, a:hover {
    font-variant-alternates: styleset(round); 
}
h1:hover, h2:hover, a.more:hover {
    font-variant-alternates: normal; 
}
h1, a.more, .hilite, h2 {
    /*font-weight: 700;*/
    font-weight: 600;
}
h2 {
    font-size: 133%;
}

#de::before, #en::before, #hu::before {
    font-variant-caps: small-caps;
    font-variant-alternates: styleset(round); 
    font-style: normal;
    /*font-weight: 700;*/
    font-weight: 600;
}

.notround {
    font-variant-alternates: styleset(magyar); 
}
.roundj {
    font-variant-alternates: character-variant(roundj); 
}

@media print {
    h1, h2, a.more, a:hover {
	font-variant-alternates: normal; 
    }
}
