@font-feature-values Quinoa19 { 
    @styleset { 
	/* 
	   1  = rounded characters
	   2  = no longer operational
	   4  = unconventional, symmetrical g 
	   7  = vertical acutes
	   12 = double-story a
	   13 = traditional g
	*/
	magyar: 4 7 12;
	round: 1 4 7;
	titling: 2;
	text: 7 12 13;
    } 
    @character-variant { 
	rounda: 11; /* round capital A */
	roundj: 8;
    } 
}

body, .fa, .customChooserOption, .showOnHover {
    font-family: 'Quinoa19';
    font-weight: 400; /* Medium */
    font-size: 150%;
    font-variant-alternates: styleset(magyar) character-variant(rounda);
    /* only for quinoa
    font-variant-ligatures: common-ligatures discretionary-ligatures;
    */
}
strong {
    font-weight: inherit;
}
.customChooserOption {
    font-size: 130%;
}
video::cue {
    font-family: 'Quinoa19';
    font-weight: 500; /* Semibold */
}
.ccBar {
    font-weight: 500;
}

.emojione {
    font-family: 'Quinoa19', 'EmojiOne Color', 'BabelStone Flags';
}
.nativeemoji, .nofallback {
    font-family: 'Quinoa19';
}
.noemoji {
    font-family: 'Quinoa19', 'Adobe Blank';
}

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

h1, h2, h3, h4, a.more, XXa:hover {
    font-variant-alternates: styleset(round);
}
h1:hover, h2:hover, a.more:hover {
    /*font-variant-alternates: normal;*/
}
h1, a.more, .hilite, h2, h3, h4, h5, th, b {
    font-weight: 600; /* Bold */
}
h2 {
    font-size: 133%;
}

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

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

/*********************** gallery ************************/
#overlayClose, 
#prevArrow, 
#nextArrow {
    font-weight: 600; /* Bold */
}
/********************* END gallery **************************/

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