:root {
  color-scheme: light;
}

body {
  font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif;
}

table td.sticky,
table th.sticky {
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.08);
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

.komorka-lekcji:focus-visible {
  outline: 2px solid #db3743;
  outline-offset: -2px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-panel {
  animation: fadeIn 0.2s ease-out;
}

@media (max-width: 640px) {
  main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
