//-----------------------------------
// Silent Class
//-----------------------------------

%text_1 {
    @include font(szrem(16), $f1);
    @include text(justify);
    color: $c3;

    b {
        @include font(szrem(16), $f1, bold);
        @include text(justify);
        color: $c3;
    }
}

//-----------------------------------
// END Silent Class
//-----------------------------------
