.custom-rich-text__inner {
    margin: 0 auto;

    font-family: HankenGrotesk;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
}

.custom-rich-text__inner a {
    text-decoration: underline;
}

.custom-rich-text__inner a:hover {
    color: white;
    transition: none;
}

.custom-rich-text__inner a:focus {
    color: white;
    transition: none;
}

.custom-rich-text__inner p {
    font-weight: 300;
}