/* CSS for tokers only dawg */
@font-face {
  font-family: "magic-night";
  src: url("fonts/magic-night.otf") format("opentype");
}

@font-face {
  font-family: "soda-cream";
  src: url("fonts/soda-cream.otf") format("opentype");
}

:root {
  --sluggreen: #b8eb00;
  --sluggreen-sh: #89ad12;
  --slugblack: #373737;
}

body {
  background-image: url(img/420/bg-stars.gif);
  background-repeat: repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    "magic-night",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  animation: none;
  color: var(--slugyellow);
  animation: glow-text-green 5s ease-in-out infinite;
  -moz-animation: glow-text-green 5s ease-in-out infinite;
  -webkit-animation: glow-text-green 5s ease-in-out infinite;
}

a {
  color: var(--sluggreen);
  animation: glow-text-green 3s infinite;
  -moz-animation: glow-text-green 3s infinite;
  -webkit-animation: glow-text-green 3s infinite;
}

hr {
  border-color: var(--sluggreen);
  border-radius: 0;
}

a:hover {
  color: var(--sluggreen-sh);
  text-shadow: 0 0 5px rgb(241, 255, 192);
  animation: pause;
  -moz-animation: pause;
  -webkit-animation: pause;
}

p {
  font-family:
    "soda-cream",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
}

/* for the prompt bubbles */
article.event-420 {
  background-color: #37373797;
  border-radius: 2rem;
  border: #3d3d3d outset 3px;
  padding: 15px 25px;
}

article.event-420 > p {
  color: whitesmoke;
  opacity: 0.9;
  font-size: 1.6rem;
  font-style: italic;
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
}

article.event-420 > p > b {
  font-family:
    "sh-pinscher",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  color: var(--slugblue);
  opacity: 1;
  animation: glow-text-blue 5s ease-in-out infinite;
  -moz-animation: glow-text-blue 5s ease-in-out infinite;
  -webkit-animation: glow-text-blue 5s ease-in-out infinite;
}

article.event-420 > p > i {
  color: var(--sluggreen);
  animation: glow-text-green 3s infinite;
  -moz-animation: glow-text-green 3s infinite;
  -webkit-animation: glow-text-green 3s infinite;
}
