/* ************************************* */
/*                                       */
/* Variables: IPR default theme          */
/*                                       */
/* ************************************* */

/* ************************************* */
/* Colors                                */
/* ************************************* */

:root,
[data-theme="ipr"] {  
    --color-primary: #3c3c3d;
    --color-secondary: #697075;
    --block-background: #f6f6f6;
    --block-background-secondary: #f9f9f9;
    --border-color: #929a9f;
    --border-strong-color: #e6e5e8;
    --data-emphasis: #ad0000;
    --content-background: #ffffff;
    --cs: 30px;
    --br: 20px;
}

/* ************************************* */
/* Text                                  */
/* ************************************* */

:root,
[data-theme="ipr"] {  
    --content-letter-spacing: unset;
    --content-word-spacing: unset;
}

/* ************************************* */
/*                                       */
/* Variables: IPR alternative theme      */
/*                                       */
/* ************************************* */

/* ************************************* */
/* Colors                                */
/* ************************************* */

[data-theme="ipr_alternative"] {  
    --color-primary: #3c3c3d;
    --content-background: #F5F5DC;
}

/* ************************************* */
/* Text                                  */
/* ************************************* */

[data-theme="ipr_alternative"] {  
    --content-letter-spacing: 0.17em;
    --content-word-spacing: 0.39em;
/*     --content-emphasis:  */
}