.primary-colour-background { background-color: #0a55a0 !important; }
.primary-colour-background-active:active { background-color: #0c67c2 !important; }
.primary-colour-background-active:focus { background-color: #0c67c2 !important; }
.primary-colour-foreground { color: #0a55a0 !important; }
.primary-colour-border { border-color: #0a55a0 !important; }

.accent-colour-background { background-color: #ff960f !important; }
.accent-colour-foreground { color: #ff960f !important; }
.accent-colour-border { border-color: #ff960f !important; }

.light-accent-colour-background { background-color: #ffbf6b !important; }
.light-accent-colour-foreground { color: #ffbf6b !important; }
.light-accent-colour-border { border-color: #ffbf6b !important; }

.cta-colour-background { background-color: #ff960f !important; }
.cta-colour-background:active, .cta-colour-background:focus { background-color: #ffba63 !important; }
.cta-colour-foreground { color: #06427F !important; }
.cta-colour-border { border-color: #ff960f !important; }

.heading-colour-foreground { color: #0a55a0 !important; }

.critical-alert-colour-background { background-color: #EB0800 !important; }
.critical-alert-colour-foreground { color: white !important; font-weight: bold; }
.advisory-alert-colour-background { background-color: #FFE44B !important; }
.advisory-alert-colour-foreground { color: black !important; }
.cancelled-alert-colour-background { background-color: #c0c0c0 !important; }
.cancelled-alert-colour-foreground { color: black !important; }
.multiple-alert-colour-background { background-color: #ff960f !important; }
.admin-alert-colour-background, .test-alert-colour-background { background-color: #76B6FF !important; }
.admin-alert-colour-foreground, .test-alert-colour-foreground { color: black !important; }
.info-alert-colour-background { background-color: #9AC750 !important; }
