@import "tailwindcss";

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2937;
  background-color: #f8fafc;
  font-size: 15px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f172a;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.grid-stack-responsive {
  margin: -0.75rem !important;
}

.grid-stack-responsive > .grid-stack-item {
  padding: 0.75rem !important;
}

.grid-stack-responsive .grid-stack-item-content {
  height: 100%;
}

@media (max-width: 1023px) {
  .grid-stack-responsive {
    margin: -0.5rem !important;
  }

  .grid-stack-responsive > .grid-stack-item {
    padding: 0.5rem !important;
  }
}

@media (max-width: 639px) {
  .grid-stack-responsive {
    margin: -0.35rem !important;
  }

  .grid-stack-responsive > .grid-stack-item {
    padding: 0.35rem !important;
  }
}

.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none;}
.hide-scrollbar::-webkit-scrollbar{display:none;}
