
/* Main colours */
:root {
    --white: #FFFFFF;
    --blue: #4b9df5;
    --light-blue: #8cdefa;
    --dark-blue: #01346a;
}