:root {
  /* --md-text-font: "Visby Regular"; */
}
::-moz-selection {
  background-color: rgba(218, 165, 32, 0.3);
  /* color: black; */
}
::selection,
::-moz-selection {
  background-color: rgba(218, 165, 32, 0.3);
  /* color: black; */
}

.md-ellipsis {
  font-family: "Visby Bold";
}

.ul_red {
  text-decoration: underline;
  text-decoration-color: rgba(255, 0, 0, 0.7);
}
.ul_green {
  text-decoration: underline;
  text-decoration-color: rgba(0, 255, 0, 0.7);
}
.ul_blue {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 255, 0.7);
}
.ul_yellow {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 0, 0.7);
}

.faded {
  opacity: 0.7;
}

@media (prefers-color-scheme: dark) {
  ::-moz-selection {
    background-color: rgba(218, 165, 32, 0.3);
  }
  ::selection {
    background-color: rgba(218, 165, 32, 0.3);
  }
}
