@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* line 3, app/assets/stylesheets/fonts.scss */
.main-h2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  color: var(--primary);
  position: relative;
  padding-bottom: 4px;
  background: var(--primary);
  background: linear-gradient(-230deg, var(--primary), var(--gray), #e637a3, var(--secondary), var(--primary), #ff7be2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 20s ease infinite;
  background-size: 800% 800%;
}

/* line 18, app/assets/stylesheets/fonts.scss */
.main-h2::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  background: var(--primary);
  background: linear-gradient(-230deg, var(--primary), var(--gray), #e637a3, var(--secondary), var(--primary), #ff7be2);
  animation: gradient 20s ease infinite;
  background-size: 800% 800%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 31, app/assets/stylesheets/fonts.scss */
.main-h2.text-white {
  background: none;
  animation: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--white);
}

/* line 37, app/assets/stylesheets/fonts.scss */
.main-h2.text-white::after {
  background: var(--white);
  animation: none;
}

/* line 43, app/assets/stylesheets/fonts.scss */
.main-h2.--left::after {
  left: 0;
  transform: translate(0);
}

@media screen and (max-width: 575px) {
  /* line 43, app/assets/stylesheets/fonts.scss */
  .main-h2.--left::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@keyframes gradient {
  0% {
    background-position: 0 40%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

/* line 65, app/assets/stylesheets/fonts.scss */
.h2-blog {
  font-weight: bold;
  letter-spacing: 0;
  line-height: clamp(1rem, 5vw, 1.9rem);
  font-size: clamp(1rem, 5vw, 1.9rem);
  color: var(--black);
}

/* line 73, app/assets/stylesheets/fonts.scss */
[data-theme="dark"] .h2-blog {
  color: var(--white);
}

/* line 78, app/assets/stylesheets/fonts.scss */
.main-p {
  font-size: 16px;
  font-weight: 500;
  color: var(--muted);
  text-align: center;
}

/* line 86, app/assets/stylesheets/fonts.scss */
.m-sb {
  font-weight: 600;
  letter-spacing: 0;
  line-height: clamp(1.625rem, 5vw, 1.813rem);
  font-size: clamp(1rem, 5vw, 1.375rem);
}

/* line 94, app/assets/stylesheets/fonts.scss */
.m-med {
  font-weight: 500;
  letter-spacing: 0;
  line-height: clamp(1.5rem, 5vw, 1.75rem);
  font-size: clamp(0.875rem, 5vw, 1.125rem);
}

/* line 101, app/assets/stylesheets/fonts.scss */
.m-med-16 {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  font-size: clamp(0.875rem, 5vw, 1rem);
}

/* line 109, app/assets/stylesheets/fonts.scss */
.m-reg {
  font-weight: normal;
  letter-spacing: 0;
  line-height: clamp(1.25rem, 1.438rem, 1.625rem);
  font-size: clamp(0.875rem, 5vw, 1rem);
}

/* line 117, app/assets/stylesheets/fonts.scss */
.memberteam-name {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  font-size: 14px;
}

/* line 124, app/assets/stylesheets/fonts.scss */
.memberteam-title {
  font-weight: normal;
  letter-spacing: 0;
  line-height: 13px;
  font-size: 12px;
}

/* line 132, app/assets/stylesheets/fonts.scss */
.post-category {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  font-size: 12px;
}

/* line 139, app/assets/stylesheets/fonts.scss */
.post-title {
  font-weight: 600;
  letter-spacing: 0;
  line-height: clamp(1.375rem, 5vw, 1.625rem);
  font-size: clamp(0.875rem, 5vw, 1rem);
}

/* line 146, app/assets/stylesheets/fonts.scss */
.post-date {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  font-size: 12;
}

/* line 153, app/assets/stylesheets/fonts.scss */
.variant-2 {
  color: #1C1C1D;
  font-size: 16px;
  font-weight: 400;
}

/* line 161, app/assets/stylesheets/fonts.scss */
[data-theme="dark"] .variant-2 {
  color: #FFFFFF;
}
