/* This is a protection block to ensure that the custom colors are only used if the formatter handles this file */
/* This may be done in a better way, but just current way its being handled.. */
/* Do not remove 'protector-block {' */
protector-block {

:root {
    /* Should match what value is within the CustomColorsEnum value fields */
    --primary-custom-color: blueally_custom_color_primary;
    --secondary-custom-color: blueally_custom_color_secondary;
    --tertiary-custom-color: blueally_custom_color_tertiary;
}
    /* Do not remove '}{}' */
    /* protector-block end */
    /* @formatter:off */
}{}