p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

b, strong {
    font-weight: 500;
}

.LargeTitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}

.Title {
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

a,
a:hover,
.Link,
.Link:hover {
    color: var(--theme-aqua-pure);
    font-weight: 400;
    text-decoration: underline;
}

a:hover, a:active, a:focus,
.Link:hover, .Link:active, .Link:focus {
    outline: unset;
}

#kc-current-locale-link {
    text-decoration: none;
}