.headline-l{
    font-size: 40px !important;
    line-height: 52px !important;
    font-variation-settings: "wght" 700 !important;
    letter-spacing: 0.01em !important;
  }

  .headline-m{
    font-size: 32px !important;
    line-height: 44px !important;
    font-variation-settings: "wght" 700 !important;
    letter-spacing: 0.01em !important;
  }

  .headline-s{
    font-size: 26px !important;
    line-height: 36px !important;
    font-variation-settings: "wght" 700 !important;
    letter-spacing: 0.01em !important;
  }

  .headline-xs{
    font-size: 22px !important;
    line-height: 36px !important;
    font-variation-settings: "wght" 700 !important;
    letter-spacing: 0.01em !important;
  }

  .headline-xxs{
    font-size: 18px !important;
    line-height: 26px !important;
    font-variation-settings: "wght" 700 !important;
    letter-spacing: 0.01em !important;
  }
  
  .bodycopy-xl{
    font-size: 22px !important;
    line-height: 36px !important;
    font-variation-settings: "wght" 400 !important;
    letter-spacing: 0.015em !important;
  }

  .bodycopy-l{
    font-size: 18px !important;
    line-height: 28px !important;
    font-variation-settings: "wght" 400 !important;
    letter-spacing: 0.015em !important;
  }

  .bodycopy-s{
    font-size: 12px !important;
    line-height: 18px !important;
    font-variation-settings: "wght" 400 !important;
    letter-spacing: 0.021em !important;
  }

  /* desktop/bodycopyMultiline/standard/small */
  .bodycopyMultiline-s {
    font-size: 12px !important;
    font-style: normal !important;
    font-variation-settings: "wght" 400 !important;
    line-height: 18px !important; /* 150% */
    letter-spacing: 0.264px !important;
  }
  
  .error-help-text{
    color: var(--cfsColorSystemRedNotification100, #E00016);
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important; /* 142.857% */
    letter-spacing: 0.294px !important;
  }

  @media only screen and (max-width: 767px){
    .headline-m{
      font-size: 28px !important;
      line-height: 36px !important;
    }

    .headline-s{
      font-size: 24px !important;
      line-height: 32px !important;
    }

    .headline-xxs{
      font-size: 16px !important;
      line-height: 22px !important;
    }

    .bodycopy-xl{
      font-size: 20px !important;
      line-height: 32px !important;
    }

    .bodycopy-l{
      font-size: 16px !important;
      line-height: 24px !important;
    }

    .bodycopy-s{
      font-size: 11px !important;
      line-height: 16px !important;
      letter-spacing: 0.022em !important;
    }

    .error-help-text{
      color: var(--cfsColorSystemRedNotification100, #E00016);
      font-size: 12px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 18px !important;  /* 150% */
      letter-spacing: 0.264px !important;      
    }
  }

@media only screen and (min-width: 481px) and (max-width: 767px){
  .headline-l{
    font-size: 34px !important;
    line-height: 44px !important;
  }
}

@media only screen and (max-width:480px){
  .headline-l{
    font-size: 28px !important;
    line-height: 36px !important;
  }

  /* mobile/bodycopyMultiline/standard/small */
  .bodycopyMultiline-s {
    font-size: 11px !important;
    font-style: normal !important;
    font-variation-settings: "wght" 400 !important;
    line-height: 16px !important; /* 145.349% */
    letter-spacing: 0.242px !important;
  }
}

