@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'JetBrains';
    src: url("../fonts//jetbrains.ttf");
    font-weight: normal;
    font-style: normal;
}

.llamaai-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 80px #fde0a9b3, 0 0 2px 4px #fff3;
}

.thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #565a69 transparent;
  overflow-x: auto;
  overflow-y: hidden;
}

.thin-scrollbar::-webkit-scrollbar {
  height: 8px; 
}

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

.thin-scrollbar::-webkit-scrollbar-thumb {
  background: #565a69;
}

.thin-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #565a69;
}

.font-modal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}