/* Minimal custom styles for the holding page */
::selection {
  background: rgba(34, 211, 238, 0.35); /* cyan-400-ish */
  color: #0b1220;
}

html, body {
  scroll-behavior: smooth;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
}
