@font-face {
    font-family: 'Noto Serif Ahom WF';
    src: url('../../shared/webfonts/notoserifahom-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	}


[lang=aho] { font-family: Noto Serif Ahom WF, 'thisScript WF', serif; font-size: 140%; }

.rb { font-family: 'Noto Serif Ahom WF'; }


#freeText {
	font-size: 36px;
	font-family: Noto Serif Ahom WF, serif;
	text-align: start;
    line-height: 2;
	}
@media print { #freeText { font-size: 18px; } }




/* Examples */
.charExample .ex {
    font-size:200%;
    line-height: 1.4;
    }
.charExample.inline .ex {
    font-size: 200%;
    }
/* see also map tweaks */


/* CharacterBox panels */
.listItem[lang] {
    line-height: 2;
	}

/* Vowel examples in right column */
.vowelSignExample bdi {
    font-size:300%;
    line-height:.6;
    }


/* Map tweaks */
.map .charExample .ex {
    font-size: 1.6rem;
    }
.mapItem .ipa {
    line-height: 1.6;
    }
.map_row {
	min-height: 2rem;
	line-height: 1.4;
	}
.mapItem .phone + div { width: 100%; }  /* this can be removed once all pages migrate */
.mapItem .posn { display: none; }

.shaping bdi {
    margin-inline: .5rem;
    }
.mapItem .shaping .codepoint bdi[lang] {
	font-size: 1.6rem;
	}




.sequenceTable.breakdown  {
    margin-block-start: -1rem;
    }















