/* Applied AI Systems & Reliability Lab — shared styles */
body {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background: #ea580c;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
