.subpage h1,
h1,
h2,
h3 {
  font-family: var(--plusjakarta);
}

.testimonial .star,
.testimonial .star path {
  fill: #f4d118 !important;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../font/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf")
    format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../font/Inter/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("../font/Poppins/Poppins-Black.ttf") format("truetype");
  font-display: swap;
}

:root {
  --plusjakarta: "Plus Jakarta Sans", sans-serif;
  --inter: "Inter", sans-serif;
  --Poppins: "Poppins", sans-serif;
}

@media (min-width: 1536px) {
  .container {
    max-width: 1290px;
  }
}

body {
  background-color: #f6f6f6;
}



h1 {
  font-size: 96px;
  line-height: 120px;
  font-weight: 800;
}

.subpage h1,
h2,
h3,
h4 {
  font-weight: 700;
}

.subpage h1,
h2 {
  font-size: 64px;
  line-height: 80px;
}

h3 {
  font-size: 44px;
  line-height: 52px;
}

h4 {
  font-size: 32px;
  line-height: 40px;
  font-family: var(--plusjakarta);
}

h5,
h6 {
  font-weight: 600;
  font-family: var(--plusjakarta);
}

h5,
.h5 {
  font-size: 24px;
  line-height: 32px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

li,
p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--inter);
}



.wg-title {
  width: fit-content;
}

.wg-titledis {
  max-width: 630px;
  width: 100%;
}

.wg-titledis p {
  font-size: 18px;
  color: #42526b;
}

.wg-title span {
  font-family: var(--plusjakarta);
  font-size: 16px;
  font-weight: 300;
  line-height: 20.16px;
  text-align: left;
  color: var(--darkgraytextcolor);
  position: relative;
  padding-left: 60px;
}

.wg-title span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 0;
  border: 1px solid #28a8e0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

