@import "../variables";

.text-button-default {
    color: $sgPrimary;
    text-transform: uppercase;
    white-space: nowrap;
    @include sgHeading4();

    &:hover {
        color: $sgPrimaryHover;
    }

    &.-medium {
        font-size: $size-16px;
        font-weight: $font-weight-medium !important;
    }

    &.-normal {
        font-size: $size-18px;
        font-weight: $font-weight-normal !important;
    }
}