/* bespokeseals.co.uk Website Stylesheet
   Colour scheme: update the variables below to theme the site.
*/

:root {
    /* --colour-background: #ffffff; */
    /* --colour-text:       #222222; */
    /* --colour-accent:     #005a9c; */
    /* --colour-link:       #005a9c; */
    /* --colour-link-hover: #003d6b; */
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    line-height: 1.6;
    /* background-color: var(--colour-background); */
    /* color:            var(--colour-text); */
}

/* ── Layout ── */

.page-wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

/* ── Typography ── */

.site-title {
    font-weight: normal;
    text-align: center;
    margin-bottom: 1.5rem;
}

h1.site-title {
    font-size: 1.6rem;
}

h2.site-title {
    font-size: 2.0rem;
}

.contact-line {
    text-align: center;
    font-size: 1rem;
}

/* ── Links ── */

a {
    /* color: var(--colour-link); */
}

a:hover {
    /* color: var(--colour-link-hover); */
}

/* ── Downloads page ── */

.downloads-list {
    list-style: none;
    margin-top: 2rem;
}

.downloads-list li {
    margin-bottom: 1.25rem;
}

.downloads-list .doc-description {
    display: block;
    font-size: 0.875rem;
    margin-top: 0.2rem;
}
