:root {
  --wdtPrimaryColor: #ffaa4a;
  --wdtPrimaryColorRgb: 255, 170, 74;
  --wdtSecondaryColor: #e6613f;
  --wdtSecondaryColorRgb: 230, 97, 63;
  --wdtTertiaryColor: #131c23;
  --wdtTertiaryColorRgb: 19, 28, 35;
  --wdtBodyBGColor: #ffffff;
  --wdtBodyBGColorRgb: 255, 255, 255;
  --wdtBodyTxtColor: #000000;
  --wdtBodyTxtColorRgb: 0, 0, 0;
  --wdtHeadAltColor: #000000;
  --wdtHeadAltColorRgb: 0, 0, 0;
  --wdtLinkColor: #000000;
  --wdtLinkColorRgb: 0, 0, 0;
  --wdtLinkHoverColor: #ffaa4a;
  --wdtLinkHoverColorRgb: 255, 170, 74;
  --wdtBorderColor: #c8c8c8;
  --wdtBorderColorRgb: 200, 200, 200;
  --wdtAccentTxtColor: #ffffff;
  --wdtAccentTxtColorRgb: 255, 255, 255;
  --wdtFontTypo_Base: "Manrope", sans-serif;
  --wdtFontWeight_Base: 300;
  --wdtFontSize_Base: 18px;
  --wdtLineHeight_Base: 1.667;
  --wdtFontTypo_Alt: "Manrope", sans-serif;
  --wdtFontWeight_Alt: 700;
  --wdtFontSize_Alt: 55px;
  --wdtLineHeight_Alt: 1.19;
  --wdtFontTypo_H1: "Manrope", sans-serif;
  --wdtFontWeight_H1: 700;
  --wdtFontSize_H1: 55px;
  --wdtLineHeight_H1: 1.19;
  --wdtFontTypo_H2: "Manrope", sans-serif;
  --wdtFontWeight_H2: 700;
  --wdtFontSize_H2: 42px;
  --wdtLineHeight_H2: 1.19;
  --wdtFontTypo_H3: "Manrope", sans-serif;
  --wdtFontWeight_H3: 700;
  --wdtFontSize_H3: 36px;
  --wdtLineHeight_H3: 1.19;
  --wdtFontTypo_H4: "Manrope", sans-serif;
  --wdtFontWeight_H4: 700;
  --wdtFontSize_H4: 30px;
  --wdtLineHeight_H4: 1.19;
  --wdtFontTypo_H5: "Manrope", sans-serif;
  --wdtFontWeight_H5: 700;
  --wdtFontSize_H5: 24px;
  --wdtLineHeight_H5: 1.19;
  --wdtFontTypo_H6: "Manrope", sans-serif;
  --wdtFontWeight_H6: 700;
  --wdtFontSize_H6: 20px;
  --wdtLineHeight_H6: 1.19;
  --wdtFontTypo_Ext: "Manrope", sans-serif;
  --wdtFontWeight_Ext: 500;
  --wdtFontSize_Ext: 16px;
  --wdtLineHeight_Ext: 1.667;
}
