Body 2

%a__typography--body2 {
    font-size: e__sp-to-rem(15);
    font-weight: 500;
}

Body 1

%a__typography--body1 {
    @extend %reset;
    font-size: e__sp-to-rem(15);
}

Caption

%a__typography--caption {
    @extend %reset;
    font-size: e__sp-to-rem(13);
}

Button

%a__typography--button {
    @extend %reset;
    @extend %font--button !optional;
    font-size: e__sp-to-rem(15);
    font-weight: 500;
    text-decoration: none;
}