/*
Theme Name: Zentrix Group Limited
*/

@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Google Sans", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.text-sm {
  font-size: 14px;
}
.smooth {
  transition: all 0.5s ease-in-out;
}
.image-120 {
  width: 200px;
}
.field-card:hover .field-card-desc {
  opacity: 1 !important;
}
.field-card-img {
  width: 120px;
  height: 120px;
}
.map-frame iframe {
  width: 100% !important;
}
