﻿body .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

body .h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


h1.text-theme-blue {
    padding-bottom: 8px;
    border-bottom:1px solid var(--theme-grey);
}

a {
    color: var(--theme-blue);
}

    a:hover {
        color: var(--theme-blue-dark);
    }
