@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/local/fonts/ibm-plex-mono-400.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/local/fonts/ibm-plex-mono-500.ttf") format("truetype");
}

html {
  --tutt-meta-bar-height: 26px;
}

body {
  padding-top: var(--tutt-meta-bar-height);
}

#tutt-meta-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: 8px 14px;
  color: #222;
  background: transparent;
  border: 0;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#tutt-meta-bar .tutt-meta-item {
  white-space: nowrap;
}

#tutt-meta-bar .tutt-meta-time {
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

@media (max-width: 700px) {
  html {
    --tutt-meta-bar-height: 23px;
  }

  #tutt-meta-bar {
    gap: 8px;
    padding: 7px 10px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
}
