html {
    height: auto;
}

body--text p:not(:last-child) {
    margin-bottom: 10px;
}

body--text h1:not(:last-child),
body--text h2:not(:last-child),
body--text h3:not(:last-child),
body--text h4:not(:last-child),
body--text h5:not(:last-child),
body--text h6:not(:last-child) {
    margin-bottom: 10px;
}

.text-block-2 a{
    color: var(--colours--antique-white);
    text-decoration: none;
}

.bottom-nav--item a{
    color: var(--colours--antique-white);
    text-decoration: none;
}