/*Global CSS colours*/

:root {
    --black: #010205;
    --white: #fbfcff;
    --buttonHover: #535457;
    --darkGrey: #333;
    --inputBorderGrey: #535457;
    --faqGrey: #0102051a; /* Converted from rgba(1,2,5,0.1) with 1A for 10% opacity */
    --headerHover: #0102054d; /* Converted from rgba(1,2,5,0.3) with 4D for 30% opacity */
    --footerLinkGrey: #ffffff33; /* Converted from rgba(255,255,255,0.2) with 33 for 20% opacity */
    --footerBG: #0e0e12;
    --errorRed: #cc1922;
    --subMenuBG: #eeeff2;
    --inputBorder: #6b6d70;
    --radioGrey: #6d6d70;
    --ghostButton: #e6e6e6;
    --ghostButtonBorder: #6a6c6f;
    --menuHover:#ececec;
}
