@import "../style-utils/font-dimension";
@import "../style-utils/font-families";

%body-font {
    @extend %font-dimension;
    font-family: $font-regular;
    color: #4A4A4A;
}