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

h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin: 0 0 8px 0;
}

b, strong {
    font-weight: 500;
}

.Title {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin: 0;
}

a,
a:hover,
.Link,
.Link:hover {
    color: var(--theme-primary);
    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;
}