@font-face {
  font-family: 'report-font';
  src: url("https://cdn.sanity.io/files/k5rq3t0v/production/be0ce744f90faab389034e9310de2c8ec859407e.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'report-font-header';
  src: url("https://cdn.sanity.io/files/k5rq3t0v/production/95038e3f6fcb4ccde234689b0f1d778caab33031.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'report-font';
  src: url("https://cdn.sanity.io/files/k5rq3t0v/production/a854d6e569b6d868a30817cbcf41fd782be1c529.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'report-font';
  src: url("https://cdn.sanity.io/files/k5rq3t0v/production/422e8942db43cdb71525429ee5f5d8552163f64f.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'report-font';
  src: url("https://cdn.sanity.io/files/k5rq3t0v/production/3b8d39a3d02363b9f40ceacba9eb7a63e739f5a6.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  --c-text-100: #d1d1d1;
  --c-text-200: #a3a3a3;
  --c-text-300: #767676;
  --c-text-400: #484848;
  --c-text-500: #1a1a1a;
  --c-text-600: #151515;
  --c-text-700: #101010;
  --c-text-800: #0a0a0a;
  --c-text-900: #050505;
  --c-background-100: #ffffff;
  --c-background-200: #ffffff;
  --c-background-300: #ffffff;
  --c-background-400: #ffffff;
  --c-background-500: #ffffff;
  --c-background-600: #cccccc;
  --c-background-700: #999999;
  --c-background-800: #666666;
  --c-background-900: #333333;
  --c-primary-100: #d0d0d6;
  --c-primary-200: #a1a1ad;
  --c-primary-300: #727284;
  --c-primary-400: #43435b;
  --c-primary-500: #141432;
  --c-primary-600: #101028;
  --c-primary-700: #0c0c1e;
  --c-primary-800: #080814;
  --c-primary-900: #04040a;
  --c-secondary-100: #f0e7e0;
  --c-secondary-200: #e1cfc1;
  --c-secondary-300: #d3b7a1;
  --c-secondary-400: #c49f82;
  --c-secondary-500: #b58763;
  --c-secondary-600: #916c4f;
  --c-secondary-700: #6d513b;
  --c-secondary-800: #483628;
  --c-secondary-900: #241b14;
  --c-tertiary-100: #cffcff;
  --c-tertiary-200: #9ff9ff;
  --c-tertiary-300: #6ff6ff;
  --c-tertiary-400: #3ff3ff;
  --c-tertiary-500: #0ff0ff;
  --c-tertiary-600: #0cc0cc;
  --c-tertiary-700: #099099;
  --c-tertiary-800: #066066;
  --c-tertiary-900: #033033;
  --c-ingress-100: #f0e7e0;
  --c-ingress-200: #e1cfc1;
  --c-ingress-300: #d3b7a1;
  --c-ingress-400: #c49f82;
  --c-ingress-500: #b58763;
  --c-ingress-600: #916c4f;
  --c-ingress-700: #6d513b;
  --c-ingress-800: #483628;
  --c-ingress-900: #241b14;
  --c-hr-100: #d0d0d6;
  --c-hr-200: #a1a1ad;
  --c-hr-300: #727284;
  --c-hr-400: #43435b;
  --c-hr-500: #141432;
  --c-hr-600: #101028;
  --c-hr-700: #0c0c1e;
  --c-hr-800: #080814;
  --c-hr-900: #04040a;
  --c-quotehighlight-100: #f0e7e0;
  --c-quotehighlight-200: #e1cfc1;
  --c-quotehighlight-300: #d3b7a1;
  --c-quotehighlight-400: #c49f82;
  --c-quotehighlight-500: #b58763;
  --c-quotehighlight-600: #916c4f;
  --c-quotehighlight-700: #6d513b;
  --c-quotehighlight-800: #483628;
  --c-quotehighlight-900: #241b14;
  --c-searchhighlight-100: #f7f8fb;
  --c-searchhighlight-200: #eef1f7;
  --c-searchhighlight-300: #e6eaf4;
  --c-searchhighlight-400: #dde3f0;
  --c-searchhighlight-500: #d5dcec;
  --c-searchhighlight-600: #aab0bd;
  --c-searchhighlight-700: #80848e;
  --c-searchhighlight-800: #55585e;
  --c-searchhighlight-900: #2b2c2f;
  --c-warning-100: #fff2cc;
  --c-warning-200: #ffe599;
  --c-warning-300: #ffd966;
  --c-warning-400: #ffcc33;
  --c-warning-500: #ffbf00;
  --c-warning-600: #cc9900;
  --c-warning-700: #997300;
  --c-warning-800: #664c00;
  --c-warning-900: #332600;
  --c-success-100: #cfffcf;
  --c-success-200: #9fff9f;
  --c-success-300: #6fff6f;
  --c-success-400: #3fff3f;
  --c-success-500: #0fff0f;
  --c-success-600: #0ccc0c;
  --c-success-700: #099909;
  --c-success-800: #066606;
  --c-success-900: #033303;
  --c-error-100: #f9cccc;
  --c-error-200: #f29999;
  --c-error-300: #ec6666;
  --c-error-400: #e53333;
  --c-error-500: #df0000;
  --c-error-600: #b20000;
  --c-error-700: #860000;
  --c-error-800: #590000;
  --c-error-900: #2d0000;
  --c-link-100: #f0e7e0;
  --c-link-200: #e1cfc1;
  --c-link-300: #d3b7a1;
  --c-link-400: #c49f82;
  --c-link-500: #b58763;
  --c-link-600: #916c4f;
  --c-link-700: #6d513b;
  --c-link-800: #483628;
  --c-link-900: #241b14;
  --c-timelinetext-100: #ffffff;
  --c-timelinetext-200: #ffffff;
  --c-timelinetext-300: #ffffff;
  --c-timelinetext-400: #ffffff;
  --c-timelinetext-500: #ffffff;
  --c-timelinetext-600: #cccccc;
  --c-timelinetext-700: #999999;
  --c-timelinetext-800: #666666;
  --c-timelinetext-900: #333333;
  --c-headerbackground-100: #ffffffe2;
  --c-headerbackground-200: #fbfbfac5;
  --c-headerbackground-300: #f8f7f5a8;
  --c-headerbackground-400: #f5f4f28b;
  --c-headerbackground-500: #e5e1dc6e;
  --c-headerbackground-600: #5453518b;
  --c-headerbackground-700: #403f3da8;
  --c-headerbackground-800: #212120c5;
  --c-headerbackground-900: #000000e2;
  --c-chaptertext-100: #f0e7e0;
  --c-chaptertext-200: #e1cfc1;
  --c-chaptertext-300: #d3b7a1;
  --c-chaptertext-400: #c49f82;
  --c-chaptertext-500: #b58763;
  --c-chaptertext-600: #916c4f;
  --c-chaptertext-700: #6d513b;
  --c-chaptertext-800: #483628;
  --c-chaptertext-900: #241b14;
  --c-chapterbackground-100: #d0d0d6;
  --c-chapterbackground-200: #a1a1ad;
  --c-chapterbackground-300: #727284;
  --c-chapterbackground-400: #43435b;
  --c-chapterbackground-500: #141432;
  --c-chapterbackground-600: #101028;
  --c-chapterbackground-700: #0c0c1e;
  --c-chapterbackground-800: #080814;
  --c-chapterbackground-900: #04040a;
  --c-topnav-100: #d0d0d6;
  --c-topnav-200: #a1a1ad;
  --c-topnav-300: #727284;
  --c-topnav-400: #43435b;
  --c-topnav-500: #141432;
  --c-topnav-600: #101028;
  --c-topnav-700: #0c0c1e;
  --c-topnav-800: #080814;
  --c-topnav-900: #04040a;
  --c-topnavtext-100: #ffffff;
  --c-topnavtext-200: #ffffff;
  --c-topnavtext-300: #ffffff;
  --c-topnavtext-400: #ffffff;
  --c-topnavtext-500: #ffffff;
  --c-topnavtext-600: #cccccc;
  --c-topnavtext-700: #999999;
  --c-topnavtext-800: #666666;
  --c-topnavtext-900: #333333;
  --c-topnavlevel-100: #f0e7e0;
  --c-topnavlevel-200: #e1cfc1;
  --c-topnavlevel-300: #d3b7a1;
  --c-topnavlevel-400: #c49f82;
  --c-topnavlevel-500: #b58763;
  --c-topnavlevel-600: #916c4f;
  --c-topnavlevel-700: #6d513b;
  --c-topnavlevel-800: #483628;
  --c-topnavlevel-900: #241b14;
  --c-tablebackground-100: #ffffff;
  --c-tablebackground-200: #ffffff;
  --c-tablebackground-300: #ffffff;
  --c-tablebackground-400: #ffffff;
  --c-tablebackground-500: #ffffff;
  --c-tablebackground-600: #cccccc;
  --c-tablebackground-700: #999999;
  --c-tablebackground-800: #666666;
  --c-tablebackground-900: #333333;
  --c-tabletext-100: #d1d1d1;
  --c-tabletext-200: #a3a3a3;
  --c-tabletext-300: #767676;
  --c-tabletext-400: #484848;
  --c-tabletext-500: #1a1a1a;
  --c-tabletext-600: #151515;
  --c-tabletext-700: #101010;
  --c-tabletext-800: #0a0a0a;
  --c-tabletext-900: #050505;
  --c-tablerow-100: #ffffff;
  --c-tablerow-200: #ffffff;
  --c-tablerow-300: #ffffff;
  --c-tablerow-400: #ffffff;
  --c-tablerow-500: #ffffff;
  --c-tablerow-600: #cccccc;
  --c-tablerow-700: #999999;
  --c-tablerow-800: #666666;
  --c-tablerow-900: #333333;
  --c-tablehead-100: #f0e7e0;
  --c-tablehead-200: #e1cfc1;
  --c-tablehead-300: #d3b7a1;
  --c-tablehead-400: #c49f82;
  --c-tablehead-500: #b58763;
  --c-tablehead-600: #916c4f;
  --c-tablehead-700: #6d513b;
  --c-tablehead-800: #483628;
  --c-tablehead-900: #241b14;
  --c-tableheadtext-100: #d0d0d6;
  --c-tableheadtext-200: #a1a1ad;
  --c-tableheadtext-300: #727284;
  --c-tableheadtext-400: #43435b;
  --c-tableheadtext-500: #141432;
  --c-tableheadtext-600: #101028;
  --c-tableheadtext-700: #0c0c1e;
  --c-tableheadtext-800: #080814;
  --c-tableheadtext-900: #04040a;
  --c-tablehead2-100: #f0e7e0;
  --c-tablehead2-200: #e1cfc1;
  --c-tablehead2-300: #d3b7a1;
  --c-tablehead2-400: #c49f82;
  --c-tablehead2-500: #b58763;
  --c-tablehead2-600: #916c4f;
  --c-tablehead2-700: #6d513b;
  --c-tablehead2-800: #483628;
  --c-tablehead2-900: #241b14;
  --c-tablehead2text-100: #d0d0d6;
  --c-tablehead2text-200: #a1a1ad;
  --c-tablehead2text-300: #727284;
  --c-tablehead2text-400: #43435b;
  --c-tablehead2text-500: #141432;
  --c-tablehead2text-600: #101028;
  --c-tablehead2text-700: #0c0c1e;
  --c-tablehead2text-800: #080814;
  --c-tablehead2text-900: #04040a;
  --c-tablefill-100: #fbf9f7;
  --c-tablefill-200: #f7f3ef;
  --c-tablefill-300: #f4eee8;
  --c-tablefill-400: #f0e8e0;
  --c-tablefill-500: #ece2d8;
  --c-tablefill-600: #bdb5ad;
  --c-tablefill-700: #8e8882;
  --c-tablefill-800: #5e5a56;
  --c-tablefill-900: #2f2d2b;
  --c-tablehover-100: #f7f8fb;
  --c-tablehover-200: #eef1f7;
  --c-tablehover-300: #e6eaf4;
  --c-tablehover-400: #dde3f0;
  --c-tablehover-500: #d5dcec;
  --c-tablehover-600: #aab0bd;
  --c-tablehover-700: #80848e;
  --c-tablehover-800: #55585e;
  --c-tablehover-900: #2b2c2f;
  --c-chartbackground-100: #ffffff;
  --c-chartbackground-200: #ffffff;
  --c-chartbackground-300: #ffffff;
  --c-chartbackground-400: #ffffff;
  --c-chartbackground-500: #ffffff;
  --c-chartbackground-600: #cccccc;
  --c-chartbackground-700: #999999;
  --c-chartbackground-800: #666666;
  --c-chartbackground-900: #333333;
  --c-chart0-100: #d0d0d6;
  --c-chart0-200: #a1a1ad;
  --c-chart0-300: #727284;
  --c-chart0-400: #43435b;
  --c-chart0-500: #141432;
  --c-chart0-600: #101028;
  --c-chart0-700: #0c0c1e;
  --c-chart0-800: #080814;
  --c-chart0-900: #04040a;
  --c-chart1-100: #f0e7e0;
  --c-chart1-200: #e1cfc1;
  --c-chart1-300: #d3b7a1;
  --c-chart1-400: #c49f82;
  --c-chart1-500: #b58763;
  --c-chart1-600: #916c4f;
  --c-chart1-700: #6d513b;
  --c-chart1-800: #483628;
  --c-chart1-900: #241b14;
  --c-chart2-100: #eaedf6;
  --c-chart2-200: #d5dcec;
  --c-chart2-300: #c0cae3;
  --c-chart2-400: #abb9d9;
  --c-chart2-500: #96a7d0;
  --c-chart2-600: #7886a6;
  --c-chart2-700: #5a647d;
  --c-chart2-800: #3c4353;
  --c-chart2-900: #1e212a;
  --c-chart3-100: #e7e7ea;
  --c-chart3-200: #d0d0d5;
  --c-chart3-300: #b8b8c1;
  --c-chart3-400: #a1a1ac;
  --c-chart3-500: #898997;
  --c-chart3-600: #6e6e79;
  --c-chart3-700: #52525b;
  --c-chart3-800: #37373c;
  --c-chart3-900: #1b1b1e;
  --c-chart4-100: #d3d9e5;
  --c-chart4-200: #a7b3cb;
  --c-chart4-300: #7b8db0;
  --c-chart4-400: #4f6796;
  --c-chart4-500: #23417c;
  --c-chart4-600: #1c3463;
  --c-chart4-700: #15274a;
  --c-chart4-800: #0e1a32;
  --c-chart4-900: #070d19;
  --c-chart5-100: #f3ede8;
  --c-chart5-200: #e7dbd2;
  --c-chart5-300: #dacabb;
  --c-chart5-400: #ceb8a5;
  --c-chart5-500: #c2a68e;
  --c-chart5-600: #9b8572;
  --c-chart5-700: #746455;
  --c-chart5-800: #4e4239;
  --c-chart5-900: #27211c;
  --c-chart6-100: #dcdce0;
  --c-chart6-200: #b9b9c1;
  --c-chart6-300: #9595a1;
  --c-chart6-400: #727282;
  --c-chart6-500: #4f4f63;
  --c-chart6-600: #3f3f4f;
  --c-chart6-700: #2f2f3b;
  --c-chart6-800: #202028;
  --c-chart6-900: #101014;
  --c-chart7-100: #d7e9fa;
  --c-chart7-200: #aed4f5;
  --c-chart7-300: #86bef1;
  --c-chart7-400: #5da9ec;
  --c-chart7-500: #3593e7;
  --c-chart7-600: #2a76b9;
  --c-chart7-700: #20588b;
  --c-chart7-800: #153b5c;
  --c-chart7-900: #0b1d2e;
  --c-chart8-100: #fbf9f7;
  --c-chart8-200: #f7f3f0;
  --c-chart8-300: #f3ede8;
  --c-chart8-400: #efe7e1;
  --c-chart8-500: #ebe1d9;
  --c-chart8-600: #bcb4ae;
  --c-chart8-700: #8d8782;
  --c-chart8-800: #5e5a57;
  --c-chart8-900: #2f2d2b;
  --c-chartgrid-100: #d0d0d0;
  --c-chartgrid-200: #a1a0a1;
  --c-chartgrid-300: #717172;
  --c-chartgrid-400: #424143;
  --c-chartgrid-500: #131214;
  --c-chartgrid-600: #0f0e10;
  --c-chartgrid-700: #0b0b0c;
  --c-chartgrid-800: #080708;
  --c-chartgrid-900: #040404;
  --c-legend-100: #ffffff;
  --c-legend-200: #ffffff;
  --c-legend-300: #ffffff;
  --c-legend-400: #ffffff;
  --c-legend-500: #ffffff;
  --c-legend-600: #cccccc;
  --c-legend-700: #999999;
  --c-legend-800: #666666;
  --c-legend-900: #333333;
  --c-chartheader-100: #f0e7e0;
  --c-chartheader-200: #e1cfc1;
  --c-chartheader-300: #d3b7a1;
  --c-chartheader-400: #c49f82;
  --c-chartheader-500: #b58763;
  --c-chartheader-600: #916c4f;
  --c-chartheader-700: #6d513b;
  --c-chartheader-800: #483628;
  --c-chartheader-900: #241b14;
  --c-buttonprimary-100: #f0e7e0;
  --c-buttonprimary-200: #e1cfc1;
  --c-buttonprimary-300: #d3b7a1;
  --c-buttonprimary-400: #c49f82;
  --c-buttonprimary-500: #b58763;
  --c-buttonprimary-600: #916c4f;
  --c-buttonprimary-700: #6d513b;
  --c-buttonprimary-800: #483628;
  --c-buttonprimary-900: #241b14;
  --c-buttonprimarytext-100: #ffffff;
  --c-buttonprimarytext-200: #ffffff;
  --c-buttonprimarytext-300: #ffffff;
  --c-buttonprimarytext-400: #ffffff;
  --c-buttonprimarytext-500: #ffffff;
  --c-buttonprimarytext-600: #cccccc;
  --c-buttonprimarytext-700: #999999;
  --c-buttonprimarytext-800: #666666;
  --c-buttonprimarytext-900: #333333;
  --c-buttonsecondary-100: #d0d0d6;
  --c-buttonsecondary-200: #a1a1ad;
  --c-buttonsecondary-300: #727284;
  --c-buttonsecondary-400: #43435b;
  --c-buttonsecondary-500: #141432;
  --c-buttonsecondary-600: #101028;
  --c-buttonsecondary-700: #0c0c1e;
  --c-buttonsecondary-800: #080814;
  --c-buttonsecondary-900: #04040a;
  --c-buttonsecondarytext-100: #ffffff;
  --c-buttonsecondarytext-200: #ffffff;
  --c-buttonsecondarytext-300: #ffffff;
  --c-buttonsecondarytext-400: #ffffff;
  --c-buttonsecondarytext-500: #ffffff;
  --c-buttonsecondarytext-600: #cccccc;
  --c-buttonsecondarytext-700: #999999;
  --c-buttonsecondarytext-800: #666666;
  --c-buttonsecondarytext-900: #333333;
  --c-cardprimary-100: #ffffff;
  --c-cardprimary-200: #ffffff;
  --c-cardprimary-300: #ffffff;
  --c-cardprimary-400: #ffffff;
  --c-cardprimary-500: #ffffff;
  --c-cardprimary-600: #cccccc;
  --c-cardprimary-700: #999999;
  --c-cardprimary-800: #666666;
  --c-cardprimary-900: #333333;
  --c-cardprimarytext-100: #d0d0d6;
  --c-cardprimarytext-200: #a1a1ad;
  --c-cardprimarytext-300: #727284;
  --c-cardprimarytext-400: #43435b;
  --c-cardprimarytext-500: #141432;
  --c-cardprimarytext-600: #101028;
  --c-cardprimarytext-700: #0c0c1e;
  --c-cardprimarytext-800: #080814;
  --c-cardprimarytext-900: #04040a;
  --c-h1-100: #d0d0d6;
  --c-h1-200: #a1a1ad;
  --c-h1-300: #727284;
  --c-h1-400: #43435b;
  --c-h1-500: #141432;
  --c-h1-600: #101028;
  --c-h1-700: #0c0c1e;
  --c-h1-800: #080814;
  --c-h1-900: #04040a;
  --c-h2-100: #d0d0d6;
  --c-h2-200: #a1a1ad;
  --c-h2-300: #727284;
  --c-h2-400: #43435b;
  --c-h2-500: #141432;
  --c-h2-600: #101028;
  --c-h2-700: #0c0c1e;
  --c-h2-800: #080814;
  --c-h2-900: #04040a;
  --c-h3-100: #f0e7e0;
  --c-h3-200: #e1cfc1;
  --c-h3-300: #d3b7a1;
  --c-h3-400: #c49f82;
  --c-h3-500: #b58763;
  --c-h3-600: #916c4f;
  --c-h3-700: #6d513b;
  --c-h3-800: #483628;
  --c-h3-900: #241b14;
  --c-h4-100: #d0d0d6;
  --c-h4-200: #a1a1ad;
  --c-h4-300: #727284;
  --c-h4-400: #43435b;
  --c-h4-500: #141432;
  --c-h4-600: #101028;
  --c-h4-700: #0c0c1e;
  --c-h4-800: #080814;
  --c-h4-900: #04040a;
  --c-keynumberstext-100: #ffffff;
  --c-keynumberstext-200: #ffffff;
  --c-keynumberstext-300: #ffffff;
  --c-keynumberstext-400: #ffffff;
  --c-keynumberstext-500: #ffffff;
  --c-keynumberstext-600: #cccccc;
  --c-keynumberstext-700: #999999;
  --c-keynumberstext-800: #666666;
  --c-keynumberstext-900: #333333;
  --c-keynumbersbackground-100: #d0d0d6;
  --c-keynumbersbackground-200: #a1a1ad;
  --c-keynumbersbackground-300: #727284;
  --c-keynumbersbackground-400: #43435b;
  --c-keynumbersbackground-500: #141432;
  --c-keynumbersbackground-600: #101028;
  --c-keynumbersbackground-700: #0c0c1e;
  --c-keynumbersbackground-800: #080814;
  --c-keynumbersbackground-900: #04040a;
  --c-keynumberstitle-100: #f0e7e0;
  --c-keynumberstitle-200: #e1cfc1;
  --c-keynumberstitle-300: #d3b7a1;
  --c-keynumberstitle-400: #c49f82;
  --c-keynumberstitle-500: #b58763;
  --c-keynumberstitle-600: #916c4f;
  --c-keynumberstitle-700: #6d513b;
  --c-keynumberstitle-800: #483628;
  --c-keynumberstitle-900: #241b14;
  --c-glossarytext-100: #d0d0d6;
  --c-glossarytext-200: #a1a1ad;
  --c-glossarytext-300: #727284;
  --c-glossarytext-400: #43435b;
  --c-glossarytext-500: #141432;
  --c-glossarytext-600: #101028;
  --c-glossarytext-700: #0c0c1e;
  --c-glossarytext-800: #080814;
  --c-glossarytext-900: #04040a;
  --c-glossaryhighlight-100: #f6f1ec;
  --c-glossaryhighlight-200: #ede3d9;
  --c-glossaryhighlight-300: #e5d4c7;
  --c-glossaryhighlight-400: #dcc6b4;
  --c-glossaryhighlight-500: #d3b8a1;
  --c-glossaryhighlight-600: #a99381;
  --c-glossaryhighlight-700: #7f6e61;
  --c-glossaryhighlight-800: #544a40;
  --c-glossaryhighlight-900: #2a2520;
  --c-glossarybackground-100: #ffffff;
  --c-glossarybackground-200: #ffffff;
  --c-glossarybackground-300: #ffffff;
  --c-glossarybackground-400: #ffffff;
  --c-glossarybackground-500: #ffffff;
  --c-glossarybackground-600: #cccccc;
  --c-glossarybackground-700: #999999;
  --c-glossarybackground-800: #666666;
  --c-glossarybackground-900: #333333;
}

:root {
  --chart-color-url: url(#141432;#b58763;#96a7d0;#898997;#23417c;#c2a68e;#4f4f63;#3593e7;#ebe1d9;#undefined);
}

:root {
  --p-paragraph: 1em;
  --p-textsection: 42px;
  --p-component: 6.25rem;
  --p-componentsmall: 3.125rem;
  --p-table: 0px;
  --p-tablerow: 0.2rem 0.5rem;
  --p-tablefirstrow: 1rem;
  --p-card: 22px;
  --p-button: 5px 20px;
  --p-betweencomponents: 4rem;
  --p-superlinknumber: 0px 8px;
  --p-figure: 0px;
}

:root {
  --t-title: clamp(2rem, 1.4vw + 1.7rem, 3.4rem);
  --t-ingress: clamp(1.2rem, 0.3vw + 1.1rem, 1.5rem);
  --t-titlelarge: 8.75rem;
  --t-body: 1.125rem;
  --t-superlink: 1rem;
  --t-table: 1.1rem;
  --t-headline: clamp(1.8rem, 0.7vw + 1.6rem, 2.5rem);;
  --t-h2: clamp(1.8rem, 0.8vw + 1.6rem, 2.625rem);;
  --t-h3: clamp(1.4rem, 0.1vw + 1.4rem, 1.5rem);;
  --t-h4: var(--t-body);
}

:root {
  --l-chart: 2px;
}

:root {
  --r-smallradius: 0px;
  --r-mediumradius: 0px;
  --r-largeradius: 0px;
  --r-button: 55px;
  --r-topnav: 0px;
  --r-media: 0px;
  --r-level: 5px;
  --r-flexiblecards: 0px;
  --r-legend: 0px;
  --r-chartwrapper: 0px;
  --r-table: 0px;
  --r-tablerow: 0px;
}

:root {
  --m-superlinkborder: 0;
  --m-superlinknumberwidth: 0;
  --m-superlinkindent: 2.5ch;
  --m-headingtexttransform: uppercase;
  --m-totalrowborder: 1px solid var(--c-secondary-500);
  --m-descriptionalign: left;
  --m-quotetexttransform: uppercase;
  --m-chapterborder: 1px solid var(--c-chaptertext-500);
  --m-tableheadweight: var(--bold-weight);
  --m-tablehead2weight: var(--bold-weight);
  --m-tableborderspacing: 0;
  --m-chartdonutradius: 0;
  --m-chartdonutthickness: 150;
  --m-chartbarradius: 0;
  --m-h2family: report-font-header;
  --m-h3family: report-font;
  --m-h4family: report-font;
  --m-h2weight: 600;
  --m-h3weight: var(--bold-weight);
  --m-h4weight: var(--bold-weight);
}

:root {
  --s-drop-x: 0px;
  --s-drop-y: 8px;
  --s-drop-blur: 24px;
  --s-drop-spread: 0px;
  --s-drop-color: #2B302C27;
  --s-drop: var(--s-drop-x) var(--s-drop-y) var(--s-drop-blur) var(--s-drop-spread) var(--s-drop-color);
}

