@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

html[data-theme="cyberpunk"] h1 {
  font-family: "Inter", sans-serif;
}


.grid-background {
    background-image: linear-gradient(to right, #f0f0f0 1px, transparent 1px),
                      linear-gradient(to bottom, #f0f0f0 1px, transparent 1px);
    background-size: 64px 64px;
}

.work-container {
  background-image: url('https://gojilabs.com/wp-content/themes/gojilabs_v3/assets/images/bg-body.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #F00; /* Ensure this is visible */
  position: relative; /* Add position relative */
  z-index: 0; /* Lower z-index if necessary */
}

