:root {
    /* C4L Products Form theme colours */
    --c4l-p-f-color-white-1: white;
    --c4l-p-f-color-grey-1: lightgrey;
    --c4l-p-f-color-grey-2: #666666;
    --c4l-p-f-color-blue-1: #00abc9;
    --c4l-p-f-color-blue-2: #193870;
    --c4l-p-f-color-blue-3: #1F3A6E;
    --c4l-p-f-color-pink-1: #bd144f;

    /* C4L Products Form theme breakpoints */
    --c4l-p-f-breakpoint-tablet: 768px;
    --c4l-p-f-breakpoint-desktop: 992px;
}