:root {
  --pico-font-family: "Special Elite", system-ui;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.monster-card-show {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: auto auto;
}

.top-row {
  display: flex;
  justify-content: space-between;
}

.toolbar {
  display: flex;
  justify-content: right;
}

.icon-btn {
  width: fit-content;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--pico-primary);
  cursor: pointer;
  display: inline;
}
.icon-btn:hover {
  color: var(--pico-primary-hover);
}
.footer p {
  margin: 0;
}
.copyright {
  text-align: center;
}
.glossary {
  display: flex;
  flex-direction: column;
}
