@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400..700;1,6..72,400..700&family=Work+Sans:ital,wght@0,300..700;1,300..700&display=swap");

body {
  font-family: "Work Sans", sans-serif;
  background-color: #fafafa;
  color: #171717;
}

h1,
h2 {
  font-family: "Newsreader", serif;
}

/* Testimonial quotes use Tailwind's .font-serif — tie it to the heading serif */
.font-serif {
  font-family: "Newsreader", serif;
}

/* Optional: Adding a faint background grid to visualize the 4 columns */
.debug-grid {
  background-image: repeating-linear-gradient(
    to right,
    transparent,
    transparent calc(25% - 1px),
    rgba(0, 0, 0, 0.03) calc(25% - 1px),
    rgba(0, 0, 0, 0.03) 25%
  );
}

/* * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} */

/* .p-hero {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: center;
} */

/* .hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px; /* Adjust the gap to create a line effect } */

/* .hero-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */
