@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}

@media (min-width: 767px) {
  .sidebar-sticky {
    position: sticky;
    top: 120px;
    max-height: calc(100vh - 120px);
  }
}

.pre-tests {
  color: #404040 !important;
}

[data-bs-theme="dark"] .pre-tests {
  color: #e5e5e5 !important;
}

[data-bs-theme="light"] .pre-tests {
  color: #404040 !important;
}

.ck-editor__editable_inline {
  min-height: 300px;
}

.ace_mobile-button {
  display: none !important;
}

@media (max-width: 767px) {
  .ace_gutter {
    background-color: transparent !important;
  }
}