.restore-primary,
:root {
    --custom-primary-default: 212 0 42;
    --custom-primary-light: 248 63 99;
    --custom-primary-semilight: 230 32 71;
}

:root {
    --custom-secondary-light: 255 214 0;
    --custom-secondary-semidark: 237 85 5;
    --custom-secondary-default: 255 168 0;
    --custom-secondary-dark: 255 95 0;
    --custom-secondary-ultradark: 255 122 0;

    --custom-tertiary-light: 0 143 223;
    --custom-tertiary-default: 0 40 95;

    --custom-grayscale-ultralight: 248 250 252;
    --custom-grayscale-light: 245 245 245;
    --custom-grayscale-semilight: 237 241 245;
    --custom-grayscale-default: 227 230 234;
    --custom-grayscale-semidark: 202 215 230;
    --custom-grayscale-dark: 149 169 191;
    --custom-grayscale-ultradark: 124 141 156;

    --custom-success-default: 34 163 132;

    --custom-black-default: 78 88 97;
    --custom-black-dark: 38 38 38;
    --custom-black-semidark: 62 72 81;
    --custom-black-ultradark: 56 64 71;

    --custom-alert-light: 254 221 0;
    --custom-alert-default: 255 180 0;
    --custom-alert-dark: 253 178 0;

    --custom-error-default: 248 44 45;
    --custom-error-avis: 212 0 42;
}

/* TODO: Revisar si usar en landings de partners */

.secondary-as-primary {
    --custom-primary-default: 255 95 0;
    --custom-primary-light: 255 168 0;
    --custom-primary-semilight: 255 214 0;
}
