body{ font-family: font(rg01);font-size:16px;color: color(200);line-height: 1.5; @include media-breakpoint-down(sm) { font-size:14px; } } a, .btn{ @include transition (all 0.4s); &:hover{text-decoration: none;} } :focus{outline: 0 !important;} @include media-breakpoint-down(sm) { p{ font-size:14px; } } h1, h2, h3, h4, h5, h6{ font-family: font(rg01); }