:root {
    /* global standard colours */
    --extra-light-grey: #dfdfdf;
    --light-grey: #c6c5c5;
    --mid-grey: #808080;
    --semi-dark-grey: #525252;
    --dark-grey: #202020;
    --off-white: #f3f4f4;
    /* specific colours for elements */
    --insurance-green: #6bc306;
    --upsell-blue: #009688;
    --upsell-purple: #8349eb;
    --chains-yellow: #f7b805;
    --bright-danger: #fb2727;
}