@font-face {
	font-family: CharisSILW;
	src: url(CharisSIL-Regular.woff2);
}

@font-face {
	font-family: CharisSILW;
	font-style: italic;
	src: url(CharisSIL-Italic.woff2);
}

@font-face {
	font-family: CharisSILW;
	font-weight: bold;
	src: url(CharisSIL-Bold.woff2);
}

@font-face {
	font-family: CharisSILW;
	font-weight: bold;
	font-style: italic;
	src: url(CharisSIL-BoldItalic.woff2);
}


body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: CharisSILW, "Liberation Serif", "DejaVu Serif";
    line-height: 1.2;
}

.container {
    /* this is not ideal */
    width: 35em;
    font-size: 1.1em;
    flex-shrink: 1;
    margin: 0 auto;
}

.x {
    font-size: 40vh;
}

a, a:visited {
    color: #050b5a;
}

a:hover {
    color: #ff25b4;
}

.fit {
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
}

code {
    white-space: pre-wrap;
}

.ic {
    height: 100vh;
}

h1 {
    text-align: center;
}

img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.border {
    border: 1px solid gray;
}

figcaption {
    font-style: italic;
}

.skipper {
    position: absolute;
    left: -100px;
    top: auto;
    width: 1px;
    height: 1px;
}

.skipper:focus {
    position: static;
    left: 0;
    top: auto;
}

nav ol {
    padding-left: 0;
}

nav ol li {
    display: inline list-item;
    padding-left: 0;
    list-style: arrows;
}

@counter-style arrows {
    system: cyclic;
    symbols: "«";
    suffix: " ";
}

nav ol li::marker {
}

.center {
    text-align: center;
}

aside {
    float: right;
    width: 25%;
}

aside img {
    width: 100%;
    /* min-width: 128px; */
}

table {
    border-collapse: collapse;
}

.musinimi table {
    margin-left: auto;
    margin-right: auto;
    border: 5px solid;
}

.musinimi tbody {
    font-size: 1.5em;
    color: black;
    background-color: black;
}

.musinimi tr {
    border: 1px solid;
}

.musinimi td {
    border: 1px solid;
    width: 2em;
    height: 2em;
    max-width: 2em;
    max-height: 2em;
    padding: 0;
}

.musinimi input {
    width: 2em;
    height: 2em;
    box-sizing: border-box;
    text-align: center;
    appearance: none;
    outline: none;
    border: none;
    font-family: inherit;
    font-size: 1em;
    text-transform: lowercase;
    background-color: white;
    caret-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.musinimi input[readonly]:not([value]) {
    background-color: black;
}

.musinimi input[readonly][value] {
    background-color: #f5c6d8;
    color: black;
}

.musinimi input:focus {
    border: 2px solid;
}

.musinimi input[readonly]:not([value]):focus {
    outline: none;
    border: 2px solid white;
}
