*
{letter-spacing: -0.03em !important;}

.color-primary {
    background-color: #CCFF01 !important;
    color: #2D2D2D;
}

.text-button {
    font-family: 'TT Interphases Pro Trl';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
}

.button-primary {
    @extend .text-button;
    @extend .color-primary;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 40px 16px;
    gap: 10px;
    background-color: #CCFF01;
    color: #2D2D2D;
}

.button-test:hover {
  transform: skewX(-10deg);
}
