.font-family-alexandria {
  font-family: 'Alexandria', sans-serif;
}

.mode-description {
  ul {
    list-style-type: disc !important;
    padding-left: 1.25rem;
    margin: 0.5rem 0;
  }

  li {
    margin-bottom: 0.25rem;
  }
}

.disabled-link {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
}
