/* ************************************* */
/*                                       */
/* Variables: IPR default theme          */
/*                                       */
/* ************************************* */

/* ************************************* */
/* Colors                                */
/* ************************************* */

:root,
[data-theme="ipr"] {  
    --color-primary: #3c3c3d;
}

/* ************************************* */
/*                                       */
/* Variables: IPR alternative theme      */
/*                                       */
/* ************************************* */

/* ************************************* */
/* Colors                                */
/* ************************************* */

[data-theme="ipr_alternative"] {  
    --color-primary: red;
}
