@font-face {
  font-family: "ComicMono";
  src: url("../ComicMono.ttf") format("truetype");
}

/* @import url("css/syntax-theme-dark.css") (prefers-color-scheme: dark);
@import url("css/syntax-theme-light.css") (prefers-color-scheme: light); */

body {
  font-size: 1.10rem;
}

/* inline code */
code:not([class]) {
  padding: 5px 5px 3px 5px;
  background-color: var(--inline-code-bg);
  color: var(--inline-code-text);
  border-radius: 10px;
}

p.tag-entry {
  font-size: 1.2rem;
}

pre span {
  font-family: "ComicMono", monospace;
  font-size: 1.10rem;
}

#theme-toggle-label {
  padding-left: 5px;
}

img.icon {
  vertical-align: middle;
  display: inline;
}

.title-list li {
  /* margin-bottom: .375rem; */
  line-height: 1;
}


.title-list li a {
  font-size: 1.5rem;
  font-weight: 600;
}

.title-list li::marker {
  font-size: 1.5rem;
}

main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* custom stuff above */

#nav-bar {
  padding: .625rem 0 0 0;
  display: flex;
  flex-direction: row;
  gap: .25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end
}

#footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.accent-data {
  color: var(--accent);
}

.theme-transition {
  transition: color 0.3s ease, background-color 0.3s ease;
}

.tags-data {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-end
}

/* icons settings */
.icons {
  width: 1.3rem;
  height: 1.3rem;
  aspect-ratio: 1/1;
  display: inline-block;
  vertical-align: middle;
  color: var(--text);
  fill: var(--text);
  background-color: transparent;
  cursor: pointer;
}

.icons:hover {
  background-color: transparent;
  color: var(--accent);
}

/* footnotes */
.footnote-definition {
  margin: 0 0 0 .125rem;
}

.footnote-definition-label {
  color: var(--accent);
}

.footnote-definition p {
  display: inline;
  margin: .625rem 0 0 .625rem;
}

/* general classes */
.no-style {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0
}

.no-style:hover {
  background-color: transparent;
  color: var(--accent);
}

.center {
  text-align: center;
}

.center img {
  display: block;
  margin: 1rem auto;
}

.float-right {
  float: right
}

.float-left {
  float: left
}

/* shortcodes css */
.webring {
  margin: .375rem;
}