@font-face {
 font-family: 'Gayathri';
}
.belanosima-regular {
  font-family: "Belanosima", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gayathri-thin {
  font-family: "Gayathri", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.gayathri-regular {
  font-family: "Gayathri", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.h-normal {
  all: unset;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
.max800 {
  max-width: 800px;
  margin: auto;
  padding: 10px 10px;
  font-size: 12pt;
  text-align: justify;
  color:#696969;
}
img.x800 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mid-txt {
    font-size: 1.4rem;
    font-weight: 700;
}
body {
  background-color: white;
  background-size: contain;
  font-family: 'Gayathri', serif;
  color: white;
}
h1 {
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5rem 0 1.5rem;
}
h2 {
  font-size: 1.15rem;
  margin-top: 2rem;
}
a {
  color: #7a6a00;
}
.price-highlight {
  font-weight: bold;
}

/* --- Added: styles for the optional badge examples gallery and FAQ section ---
   Both inherit the site's existing Gayathri font and #696969 text colour via .max800,
   so no new font-family or color rules are introduced. */

.badge-gallery {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.badge-gallery img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

.faq dt {
  font-weight: 700;
  margin-top: 0.75rem;
}

.faq dd {
  margin: 0.15rem 0 0;
}
