@import url("/assets/bulma.min-20db664d.css");

:root {
  --bulma-primary-h: 158deg;
  --bulma-primary-s: 69%;
  --bulma-primary-l: 56%;
  --bulma-link-h: 0deg;
  --bulma-link-s: 0%;
  --bulma-link-l: 0%;
  --bulma-info-h: 0deg;
  --bulma-info-s: 0%;
  --bulma-info-l: 40%;

  --grey: grey;
  --orange: hsl(39, 100%, 50%);
  --yellow: #ffe70f;
  --green: #42dca3;
}

pre code {
  text-wrap: wrap;
  overflow-wrap: break-word;
}

a:hover {
  text-decoration: underline;
}

progress.grey {
  --bulma-progress-value-background-color: var(--grey);
}

progress.orange {
  --bulma-progress-value-background-color: var(--orange);
}

progress.yellow {
  --bulma-progress-value-background-color: var(--yellow)
}

progress.green {
  --bulma-progress-value-background-color: var(--green);
}

@media (prefers-color-scheme: light) {

  main a,
  main a:visited {
    color: #303030;
  }
}

#destination-buttons.buttons {
  gap: 0.5rem;
}
