a {
    font-family: var(--body-text-font-family);
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid var(--header-colour);
}

a:hover {
    color: var(--header-colour);
}

p,
ul.multiline > li {
    font-family: var(--body-text-font-family);
    padding: 0;
    margin: 0 0 1rem 0;
    color: var(--text-colour-primary);
    font-size: 1rem;
    line-height: 170%;
    text-align: justify;
    hyphens: auto;
    hanging-punctuation: first allow-end;
}

h1,
h2,
h3,
h4 {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
    font-family: var(--font-family-alternative);
    font-weight: normal;
    color: var(--header-colour);
}

h1 {
    text-shadow: 0px 0px 10px var(--shadow-colour);
    font-size: 5rem;
}

h2 {
    margin-bottom: 0;
    font-size: 2rem;
}

h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
}

li {
    font-family: var(--body-text-font-family);
    font-size: 1rem;
    line-height: 170%;
    color: var(--text-colour-primary);
}

quote,
blockquote {
    padding: 16px;
    margin: 16px;

    display: block;
    font-family: var(--font-family-alternative);
    font-size: 1.7rem;
    line-height: 160%;
    hanging-punctuation: first allow-end;
    color: var(--header-colour);
}

blockquote:after {
    margin: 10px 0 0;
    display: block;
    font-size: 1rem;
    content: attr(data-author);
}

b {
    font-size: 1.5em;
    font-family: var(--font-family-alternative);
    font-weight: normal;
    color: var(--header-colour);
    vertical-align: var(--font-family-alternative-vertical-align-correction);
}