  /* brand colours */
.bg-brand-harper-blue{ background-color: rgb(1,33,105); color: white; }
.bg-brand-harper-yellow{ background-color: rgb(255,233,0); }
.bg-brand-silver{ background-color: rgb(180,183,185); }
.bg-brand-blush{ background-color: rgb(233,70,97); }
.bg-brand-aqua{ background-color: rgb(83,207,186); }
.bg-brand-acid{ background-color: rgb(227,232,41); }
.bg-brand-tangerine{ background-color: rgb(254,80,0); }
.bg-brand-sky{ background-color: rgb(151,193,223); }
.bg-brand-clay{ background-color: rgb(234,167,148); }
.bg-brand-stone{ background-color: rgb(169,156,149); }
.bg-brand-forest{ background-color: rgb(44,82,52); }
.bg-brand-cranberry{ background-color: rgb(111,38,61); }
.bg-brand-moss{ background-color: rgb(24,48,40); color: white; }
.bg-brand-aubergine{ background-color: rgb(87,44,95); }
.bg-brand-slate{ background-color: rgb(29,37,45); color: white; }
.bg-brand-midnight{ background-color: rgb(30,26,52); color: white; }

.colour-brand-harper-blue{ color: rgb(1,33,105); }
.colour-brand-harper-yellow{ color: rgb(255,233,0); }
.colour-brand-silver{ color: rgb(180,183,185); }
.colour-brand-blush{ color: rgb(233,70,97); }
.colour-brand-aqua{ color: rgb(83,207,186); }
.colour-brand-acid{ color: rgb(227,232,41); }
.colour-brand-tangerine{ color: rgb(254,80,0); }
.colour-brand-sky{ color: rgb(151,193,223); }
.colour-brand-clay{ color: rgb(234,167,148); }
.colour-brand-stone{ color: rgb(169,156,149); }
.colour-brand-forest{ color: rgb(44,82,52); }
.colour-brand-cranberry{ color: rgb(111,38,61); }
.colour-brand-moss{ color: rgb(24,48,40); }
.colour-brand-aubergine{ color: rgb(87,44,95); }
.colour-brand-slate{ color: rgb(29,37,45); }
.colour-brand-midnight{ color: rgb(30,26,52); }