/* https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/stylesheets/main/_colors.scss */
/* Reference for Nightowl theme https://github.com/sdras/night-owl-vscode-theme/issues/70#issuecomment-782815319 */
[data-md-color-scheme='slate'] {
  --md-primary-fg-color--dark: #d6deeb;
  --md-default-bg-color: #011627;
  --md-accent-bg-color: hsla(0, 0%, 100%, 1);
  --md-typeset-a-color: #7fdbca;
}
.md-typeset a {
  color: #7fdbca !important;
}
.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
  filter: drop-shadow(0 0 10px #03edf9) !important;
}
.md-nav__item li {
  padding-left: 15px !important;
}
.md-typeset mark {
  /* filter: drop-shadow(0 0 10px #03edf9) !important; */
  /* apply a filter with drop-shadow that is rounded and smooth and fades out in a circular pattern */
  filter: drop-shadow(0 0 10px #03edf9) !important;
  background-color: transparent;
  box-shadow: 0 0 0 1px #03edf9;
}
/* color: #39ff14;
  text-shadow: 0px 0px 40px #39ff14, 0px 0px 40px #39ff14,0px 0px 40px #39ff14;
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;

  -ms-animation-name: blink;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;

  -o-animation-name: blink;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: infinite;

  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite; */
/* $global-font-family: Raleway, Maven Pro, Source Sans Pro, Trebuchet MS, Verdana, Verdana Ref, Segoe UI, Candara,
    Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif !default;
$code-font-family: "JetBrainsMono", "Fira Code Retina", "Fira Code", Consolas, "Andale Mono WT", "Andale Mono", Menlo,
    Monaco, "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",
    "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, "YaHei Consolas Hybrid", monospace, "Segoe UI Emoji",
    "PingFang SC", "Microsoft YaHei" !default; */

.dash {
  font: JetBrainsMono;

  text-shadow: 0px 0px 40px #39ff14, 0px 0px 40px #39ff14, 0px 0px 40px #39ff14;
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;

  -ms-animation-name: blink;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;

  -o-animation-name: blink;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: infinite;

  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
