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

#alphabet { display: block; }


[lang=mak] { font-family: "Makasar WF", serif; }


/* SELECTION AREA */
#kbdGrid {
	line-height: 1.2;
    }



    
    
/* KEYBOARD */
.key span { 
	font-size: 1.2em; 
	font-weight: normal; 
	font-family:  'Makasar WF',  sans-serif;  
    line-height: 1;
	}

#keyboard { display: none; }


/*
#consonantGrid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    }
#consonantGrid div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    }
#vowelGrid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 1em 0 1.5em;
    }
#vowelGrid div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    }
#numberGrid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    font-size: 90%;
	margin-left: 1em;
    }
#digitKeypad div {
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    }
#punctuation {
    text-align: center;
    font-size: 70%;
    line-height: 1.7;
    margin-top: .5em;
    }
#spaceEtc {
    text-align: center;
    vertical-align: middle;
	margin-bottom: 1em;
    }

#hidden {
    text-align: center;
    font-size: 90%;
    }


*/