:root {
    --color-primary: #191919 !important;
    --color-secondary: #3e1e33 !important;
    --color-tertiary: #073a3f !important;
    --color-primary-text: #191919;
    --color-background: #fff;
    --color-primary-contrast: #fff;
    --color-secondary-contrast: #fff;
    --color-tertiary-contrast: #fff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .bg-gray-100 {
  background-color: #f7f5f5;
}

.template1 {
  font-weight: 300;

  h1,
  h2,
  h3,
  h4 {
    font-weight: 400;
    letter-spacing: 1px;
  }

  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 99999px;
  }

  .btn,
  p,
  li {
    font-weight: 300;
    letter-spacing: 0.5px;
  }
  .embla__navigation .bg-secondary:hover {
    background-color: var(--color-tertiary);
  }
  .btn {
    letter-spacing: 1px;
    &.btn-secondary:hover,
    &.bg-secondary:hover {
      background-color: var(--color-tertiary);
    }
  }

  .footer {
    div {
      text-align: center;
      a {
        color: inherit;
        &:hover {
          text-decoration: none;
          color: #fff;
        }
      }
      img {
        filter: brightness(0) invert(1);
        opacity: 0.4;
      }
    }
  }
}

#module-6786840582ea9633793aa6df {
  @media (min-width: 1280px) {
    .team-user {
      grid-column: 2 / span 2;
      justify-self: center;
      min-width: 350px;
    }
  }
}
