@import url(https://fonts.bunny.net/css?family=ibm-plex-mono:400|ibm-plex-sans:400);
* {
    font-family: "IBM Plex Sans";
    color: #d8dee9;
}

.mono {
    font-family: "IBM Plex Mono";
}

#title {
    font-size: 3.5em;
    text-align: center;
    color: #d8dee9;
}
/* Targets any <a> that has a child with id="title" */
a:has(#title) {
  text-decoration: none;
}

#subtitle {
    font-size: 1.25em;
    text-align: center;
}

.sectionTitle {
    font-size: 1.5em;
}

a, #amono {
    color: #bf616a
}

body {
    background-color: #2e3440;
    text-align: center
}

/*.text {
  text-align: left;
}
*/
.image {
    max-width: 95vh
}

ul {
  display: inline-block;
  text-align: center;
}

#kpc_sheet {
  max-height: 70vh;
  overflow: auto;
  border: 1px solid #d8dee9;
  font-family: sans-serif;
  font-size: 14px;
}

/* table layout */
#kpc_sheet table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

/* base cells */
#kpc_sheet th,
#kpc_sheet td {
  border-right: 1px solid #d8dee9;
  border-bottom: 1px solid #d8dee9;
  padding: 6px 10px;
  white-space: nowrap;
  background: #2e3440;
  color: #d8dee9;
}

/* sticky top row */
#kpc_sheet thead tr:first-child th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #3b4252;
}

/* sticky first column */
#kpc_sheet th:first-child,
#kpc_sheet td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  background: #434c5e;
}

/* top-left cell (highest priority) */
#kpc_sheet thead tr:first-child th:first-child {
  z-index: 20;
  background: #3b4252;
}
}
