@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');

body {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.gradient-title {
  background: linear-gradient(180deg, #0F4725 0%, #00953B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -2px !important;
}

.optimizer-title {
  background: linear-gradient(180deg, #0F4725 0%, #00953B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: -3px !important;
}

.optimizer-name {
  color: #3C4A47;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.3px;
}

.title-onetool {
  color: #0F4725;
  text-align: right;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.3px;
}

.title-principal {
  font-family: 'Inter', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: -3px;
  background: linear-gradient(180deg, #0F4725 0%, #00953B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-ratings {
    color: var(--Neutral-01, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 50px */
    letter-spacing: -1px;
}

.theme-search-cart-non-res {
  display: none !important;
}

.theme-menu {
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.3px;
}
