:root {
    --spacing: 2.5rem;
    --inner-spacing: 1rem;
    --primary-colour: #BC335A;
    --primary-colour-75: rgba(188, 51, 90, 0.75);
    --primary-colour-50: rgba(188, 51, 90, 0.5);
    --primary-colour-25: rgba(188, 51, 90, 0.25);
    --primary-colour-10: rgba(188, 51, 90, 0.1);
    --primary-colour-0: rgba(188, 51, 90, 0);
    --secondary-colour: #C9664E;
    --secondary-colour-75: rgba(201, 102, 78, 0.75);
    --secondary-colour-50: rgba(201, 102, 78, 0.5);
    --secondary-colour-25: rgba(201, 102, 78, 0.25);
    --secondary-colour-10: rgba(201, 102, 78, 0.1);
    --secondary-colour-0: rgba(201, 102, 78, 0);
    --tertiary-colour: #9fd0d0;
    --tertiary-colour-75: rgba(159, 208, 208, 0.75);
    --tertiary-colour-50: rgba(159, 208, 208, 0.5);
    --tertiary-colour-25: rgba(159, 208, 208, 0.25);
    --tertiary-colour-10: rgba(159, 208, 208, 0.1);
    --tertiary-colour-0: rgba(159, 208, 208, 0);
    --fourth-colour: #3fa4b2;
    --fourth-colour-75: rgba(63, 164, 178, 0.75);
    --fourth-colour-50: rgba(63, 164, 178, 0.5);
    --fourth-colour-25: rgba(63, 164, 178, 0.25);
    --fourth-colour-10: rgba(63, 164, 178, 0.1);
    --fourth-colour-0: rgba(63, 164, 178, 0);
    --body-font-family: Lato, sans-serif;
    --body-font-size: 16px;
    --body-line-height: 1.65;
    --body-background-colour: #FAFAFA;
    --body-colour: #252B35;
    --nav-bg-colour: #252B35;
    --nav-colour: #FAFAFA;
    --link-colour: #BC335A;
    --header1-font-family: Lato, sans-serif;
    --header1-font-size: 2.5rem;
    --header1-line-height: 1.2;
    --header1-colour: #BC335A;
    --header1-transform: none;
    --header1-weight: 300;
    --header2-font-family: Lato, sans-serif;
    --header2-font-size: 2rem;
    --header2-line-height: 1.2;
    --header2-colour: #18649E;
    --header2-transform: none;
    --header2-weight: 300;
    --header3-font-family: Lato, sans-serif;
    --header3-font-size: 1.75rem;
    --header3-line-height: 1.2;
    --header3-colour: #18649E;
    --header3-transform: none;
    --header3-weight: 900;
    --header4-font-family: Lato, sans-serif;
    --header4-font-size: 1.5rem;
    --header4-line-height: 1.2;
    --header4-colour: #18649E;
    --header4-transform: none;
    --header4-weight: 900;
}