:root {
    --ck-border-radius: 8px;

    --custom-1-primary-red: 38;
    --custom-1-primary-green: 116;
    --custom-1-primary-blue: 186;
    --custom-1-secondary-red: 237;
    --custom-1-secondary-green: 248;
    --custom-1-secondary-blue: 253;
    --custom-1-text-color: #fff;
    --custom-1-primary-color: rgb(var(--custom-1-primary-red),var(--custom-1-primary-green),var(--custom-1-primary-blue));
    --custom-1-secondary-color: rgb(var(--custom-1-secondary-red),var(--custom-1-secondary-green),var(--custom-1-secondary-blue));
    --custom-1-gradient: linear-gradient(132deg, rgba(var(--custom-1-primary-red),var(--custom-1-primary-green),var(--custom-1-primary-blue),1) 24%, rgba(var(--custom-1-secondary-red),var(--custom-1-secondary-green),var(--custom-1-secondary-blue),1) 100%);
    --custom-1-styledtext-color: rgb(var(--custom-1-primary-red),var(--custom-1-primary-green),var(--custom-1-primary-blue));

    --custom-2-primary-red: 237;
    --custom-2-primary-green: 248;
    --custom-2-primary-blue: 253;
    --custom-2-secondary-red: 66;
    --custom-2-secondary-green: 162;
    --custom-2-secondary-blue: 220;
    --custom-2-text-color: #fff;
    --custom-2-primary-color: rgb(var(--custom-2-primary-red),var(--custom-2-primary-green),var(--custom-2-primary-blue));
    --custom-2-secondary-color: rgb(var(--custom-2-secondary-red),var(--custom-2-secondary-green),var(--custom-2-secondary-blue));
    --custom-2-gradient: linear-gradient(132deg, rgba(var(--custom-2-primary-red),var(--custom-2-primary-green),var(--custom-2-primary-blue),1) 24%, rgba(var(--custom-2-secondary-red),var(--custom-2-secondary-green),var(--custom-2-secondary-blue),1) 100%);
    --custom-2-styledtext-color: rgb(var(--custom-2-primary-red),var(--custom-2-primary-green),var(--custom-2-primary-blue));

    --custom-3-primary-red: 137;
    --custom-3-primary-green: 148;
    --custom-3-primary-blue: 153;
    --custom-3-secondary-red: 66;
    --custom-3-secondary-green: 161;
    --custom-3-secondary-blue: 190;
    --custom-3-text-color: #fff;
    --custom-3-primary-color: rgb(var(--custom-3-primary-red),var(--custom-3-primary-green),var(--custom-3-primary-blue));
    --custom-3-secondary-color: rgb(var(--custom-3-secondary-red),var(--custom-3-secondary-green),var(--custom-3-secondary-blue));
    --custom-3-gradient: linear-gradient(133deg, rgba(var(--custom-3-primary-red),var(--custom-3-primary-green),var(--custom-3-primary-blue),1) 30%, rgba(var(--custom-3-secondary-red),var(--custom-3-secondary-green),var(--custom-3-secondary-blue),1) 100%);
    --custom-3-styledtext-color: rgb(var(--custom-3-primary-red),var(--custom-3-primary-green),var(--custom-3-primary-blue));

    --custom-4-primary-red: 137;
    --custom-4-primary-green: 148;
    --custom-4-primary-blue: 153;
    --custom-4-secondary-red: 66;
    --custom-4-secondary-green: 161;
    --custom-4-secondary-blue: 190;
    --custom-4-text-color: #fff;
    --custom-4-primary-color: rgb(var(--custom-4-primary-red),var(--custom-4-primary-green),var(--custom-4-primary-blue));
    --custom-4-secondary-color: rgb(var(--custom-4-secondary-red),var(--custom-4-secondary-green),var(--custom-4-secondary-blue));
    --custom-4-gradient: linear-gradient(130deg, rgba(var(--custom-4-primary-red),var(--custom-4-primary-green),var(--custom-4-primary-blue),1) 30%, rgba(var(--custom-4-secondary-red),var(--custom-4-secondary-green),var(--custom-4-secondary-blue),1) 100%);
    --custom-4-styledtext-color: rgb(var(--custom-4-primary-red),var(--custom-4-primary-green),var(--custom-4-primary-blue));

    --custom-5-primary-red: 137;
    --custom-5-primary-green: 148;
    --custom-5-primary-blue: 153;
    --custom-5-secondary-red: 66;
    --custom-5-secondary-green: 161;
    --custom-5-secondary-blue: 190;
    --custom-5-text-color: #fff;
    --custom-5-primary-color: rgb(var(--custom-5-primary-red),var(--custom-5-primary-green),var(--custom-5-primary-blue));
    --custom-5-secondary-color: rgb(var(--custom-5-secondary-red),var(--custom-5-secondary-green),var(--custom-5-secondary-blue));
    --custom-5-gradient: linear-gradient(130deg, rgba(var(--custom-5-primary-red),var(--custom-5-primary-green),var(--custom-5-primary-blue),1) 30%, rgba(var(--custom-5-secondary-red),var(--custom-5-secondary-green),var(--custom-5-secondary-blue),1) 100%);
    --custom-5-styledtext-color: rgb(var(--custom-5-primary-red),var(--custom-5-primary-green),var(--custom-5-primary-blue));

    --custom-6-primary-red: 137;
    --custom-6-primary-green: 148;
    --custom-6-primary-blue: 153;
    --custom-6-secondary-red: 66;
    --custom-6-secondary-green: 161;
    --custom-6-secondary-blue: 190;
    --custom-6-text-color: #fff;
    --custom-6-primary-color: rgb(var(--custom-6-primary-red),var(--custom-6-primary-green),var(--custom-6-primary-blue));
    --custom-6-secondary-color: rgb(var(--custom-6-secondary-red),var(--custom-6-secondary-green),var(--custom-6-secondary-blue));
    --custom-6-gradient: linear-gradient(130deg, rgba(var(--custom-6-primary-red),var(--custom-6-primary-green),var(--custom-6-primary-blue),1) 30%, rgba(var(--custom-6-secondary-red),var(--custom-6-secondary-green),var(--custom-6-secondary-blue),1) 100%);
    --custom-6-styledtext-color: rgb(var(--custom-6-primary-red),var(--custom-6-primary-green),var(--custom-6-primary-blue));

    --custom-7-primary-red: 137;
    --custom-7-primary-green: 148;
    --custom-7-primary-blue: 153;
    --custom-7-secondary-red: 66;
    --custom-7-secondary-green: 161;
    --custom-7-secondary-blue: 190;
    --custom-7-text-color: #fff;
    --custom-7-primary-color: rgb(var(--custom-7-primary-red),var(--custom-7-primary-green),var(--custom-7-primary-blue));
    --custom-7-secondary-color: rgb(var(--custom-7-secondary-red),var(--custom-7-secondary-green),var(--custom-7-secondary-blue));
    --custom-7-gradient: linear-gradient(130deg, rgba(var(--custom-7-primary-red),var(--custom-7-primary-green),var(--custom-7-primary-blue),1) 30%, rgba(var(--custom-7-secondary-red),var(--custom-7-secondary-green),var(--custom-7-secondary-blue),1) 100%);
    --custom-7-styledtext-color: rgb(var(--custom-7-primary-red),var(--custom-7-primary-green),var(--custom-7-primary-blue));

    --custom-8-primary-red: 137;
    --custom-8-primary-green: 148;
    --custom-8-primary-blue: 153;
    --custom-8-secondary-red: 66;
    --custom-8-secondary-green: 161;
    --custom-8-secondary-blue: 190;
    --custom-8-text-color: #fff;
    --custom-8-primary-color: rgb(var(--custom-8-primary-red),var(--custom-8-primary-green),var(--custom-8-primary-blue));
    --custom-8-secondary-color: rgb(var(--custom-8-secondary-red),var(--custom-8-secondary-green),var(--custom-8-secondary-blue));
    --custom-8-gradient: linear-gradient(130deg, rgba(var(--custom-8-primary-red),var(--custom-8-primary-green),var(--custom-8-primary-blue),1) 30%, rgba(var(--custom-8-secondary-red),var(--custom-8-secondary-green),var(--custom-8-secondary-blue),1) 100%);
    --custom-8-styledtext-color: rgb(var(--custom-8-primary-red),var(--custom-8-primary-green),var(--custom-8-primary-blue));

    --custom-9-primary-red: 137;
    --custom-9-primary-green: 148;
    --custom-9-primary-blue: 153;
    --custom-9-secondary-red: 66;
    --custom-9-secondary-green: 161;
    --custom-9-secondary-blue: 190;
    --custom-9-text-color: #fff;
    --custom-9-primary-color: rgb(var(--custom-9-primary-red),var(--custom-9-primary-green),var(--custom-9-primary-blue));
    --custom-9-secondary-color: rgb(var(--custom-9-secondary-red),var(--custom-9-secondary-green),var(--custom-9-secondary-blue));
    --custom-9-gradient: linear-gradient(130deg, rgba(var(--custom-9-primary-red),var(--custom-9-primary-green),var(--custom-9-primary-blue),1) 30%, rgba(var(--custom-9-secondary-red),var(--custom-9-secondary-green),var(--custom-9-secondary-blue),1) 100%);
    --custom-9-styledtext-color: rgb(var(--custom-9-primary-red),var(--custom-9-primary-green),var(--custom-9-primary-blue));

    --custom-font: 'Montserrat';
}
