/* ============================================
   IMG – Global Bricks Classes
   ============================================ */

/* --- Headings --- */

.heading-h1 {
  font-family: "GFS Didot", serif;
  font-size: 38px;
  font-weight: 400;
  font-style: italic;
  line-height: 48px;
  text-transform: uppercase;
}

.heading-h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.heading-h3 {
  font-family: "GFS Didot", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.heading-h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.heading-h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

/* --- Body --- */

.body-3xl {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 6px;
}

.body-2xl {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 6%;
  text-transform: uppercase;
}

.body-xl {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 3px;
  color: var(--gray-900);
}

.body-lg {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  letter-spacing: 3px;
}

.body-md {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.body-md h2 {
  color: var(--gray-900, #231F20);
  font-family: Didot, sans-serif;
  font-size: var(--font-size-2xl, 28px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
}

.body-sm {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 6%;
  text-transform: uppercase;
}

.body-xs {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 6%;
}

/* --- Info --- */

.info-lg {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.96px;
}

.info-md {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
}

.info-s {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
}

.info-xs {
  font-family: "GFS Didot", serif;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 18px;
  letter-spacing: 1.8px;
}

/* --- UI Elements --- */

.filter-btn {
  background-color: transparent;
}

.btn-base {
  font-size: 16px;
  padding: 16px;
}

.btn-base:hover {
  background-color: var(--gray-900, #231f20);
  color: var(--white);
}

.btn-base:active {
  background-color: var(--gray-800);
  color: #fff;
}
