/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2');
}

/* Form */
label {
  margin-bottom: 0;
  margin-top: 12px;
}

.bringer-contact-form button {
  margin-top: 12px;
}

/* Elements */
.bringer-rectangle-button {
  width: 160px;
}

.home-h1 p {
  top: -15px;
  font-size: calc(0.6 * var(--bringer-t-h1-fs)) !important;
  line-height: calc(0.6 * var(--bringer-t-h1-lh)) !important;
}

.bringer-socials-list a {
    width: calc(var(--bringer-socials-size) + 50px);
    height: calc(var(--bringer-socials-size) + 50px);
}

.digitalfaktor-services-more {
  grid-column: 1 / -1;
}

.digitalfaktor-services-more .bringer-masked-media {
  min-height: 220px;
}

/* Misc Helper */
.p-0 {padding: 0 !important}
