p {
    .font(@regular_regular, 1.4rem, inherit, 1.8rem);

    a {
        .font(@regular_regular, 1.4rem, inherit, 1.8rem);
        text-decoration: underline;

        &:hover {
            color: @smart;
        }
    }
}
