:root {
            --primaryColour: #ffffff;
            --secondaryColour: #003c4d;
            --accentColour: #f67c55;
            --badgeColour: #d90000;
            --highlightColour: #dfeaee;
            --highlightTwoColour: #e9f0f2;
            --successColour: #62d9a4;
            --cautionColour: #fab776;
            --failureColour: #ff7070;
            --neutralOneColour: #e7e7e7;
            --neutralTwoColour: #767676;
            --neutralThreeColour: #f9f9f9;
            --textOnPrimary: #324348;
            --textOnSecondary: #ffffff;
            --textOnAccent: #324348;
            --textOnBadge: #ffffff;
            --textOnHighlight: #324348;
            --textOnHighlightTwo: #324348;
            --textOnSuccess: #324348;
            --textOnCaution: #324348;
            --textOnFailure: #324348;
            --textOnNeutralOne: #324348;
            --textOnNeutralTwo: #ffffff;
            --textOnNeutralThree: #324348;
            --defaultPredictionText: #808080;
        }