:root {
  --txt-default: #000000;

  --txt-high: #5C5C5C;

  --txt-med: #8F8F8F;

  --txt-low: #C2C2C2;

  --txt-invers: #FFFFFF;

  --txt-corp: #0D5FFF;

  --txt-corp-hover: #568FFF;

  --txt-corp-press: #0C55E5;

  --txt-corp-low: #B6CFFF;

  --txt-critical: #E02D2D;

  --txt-like: #EB2F96;

  --txt-success: #18BD64;

  --txt-caution: #E17E14;

  --fill-default: #000000;

  --fill-invers: #FFFFFF;

  --fill-low: #F7F7F7;

  --fill-med: #F0F0F0;

  --fill-corp: #0D5FFF;

  --fill-corp-hover: #568FFF;

  --fill-corp-press: #0C55E5;

  --fill-corp-low: #F3F7FF;

  --fill-corp-high: #CFDFFF;

  --fill-corp-med: #E7EFFF;

  --fill-critical: #F93232;

  --fill-critical-med: #FEEBEB;

  --fill-critical-high: #FED6D6;

  --fill-caution: #FA8C16;

  --fill-caution-med: #FFF4E8;

  --fill-caution-high: #FEE8D0;

  --fill-success: #1BD26F;

  --fill-success-med: #E9FBF1;

  --fill-success-high: #D1F6E2;

  --str-default: #000000;

  --str-invers: #FFFFFF;

  --str-med: #E0E0E0;

  --str-corp: #0D5FFF;

  --str-corp-high: #CFDFFF;

  --str-corp-hover: #568FFF;

  --str-corp-press: #0C55E5;

  --str-critical: #F93232;

  --str-high: #C2C2C2;
}