/* ===== Onam fonts ===== */
@font-face {
  font-family: "Gayathri";
  src: url("../fonts/Gayathri-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gayathri";
  src: url("../fonts/Gayathri-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===== Onam text styling ===== */
/* Keep the theme's original PNG positioning (left:45px; top:95px; width:70%) */
.onam-hero .text-base .onam-text {
  left: 45px;
  top: 95px;
  width: 70%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}

.onam-hero .onam-text .onam-malayalam {
  font-family: "Gayathri", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
}

.onam-hero .onam-text .onam-year {
  font-family: "Gayathri", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 0.05em;
}

@media (max-width: 768px) {
  .onam-hero .onam-text .onam-malayalam { font-size: 1.5rem; }
  .onam-hero .onam-text .onam-year { font-size: 1.3rem; }
}
