:root {
  --hz-space--none: 0px;
  --hz-space--xxxxs: 2px;
  --hz-space--xxxs: 4px;
  --hz-space--xxs: 8px;
  --hz-space--xs: 12px;
  --hz-space--s: 16px;
  --hz-space--m: 24px;
  --hz-space--l: 32px;
  --hz-space--xl: 48px;
  --hz-space--xxl: 64px;
  --hz-space--xxxl: 96px;
  --hz-color--textPrimary: #2d3c4d;
  --hz-color--textSecondary: #4b6179;
  --hz-color--textBrandPrimary: #eda566;
  --hz-color--textBrandSecondary: #2d3c4d;
  --hz-color--textSuccess: #216d51;
  --hz-color--textError: #c5283d;
  --hz-color--textWarning: #b24f28;
  --hz-color--textInfo: #116db4;
  --hz-color--textPlaceholder: #586f89;
  --hz-color--textContrastHigh: #fbfbfa;
  --hz-color--textContrastLow: #000000;
  --hz-color--textLinkDefault: #116db4;
  --hz-color--textLinkHover: #007bc5;
  --hz-color--textLinkActive: #0e4d92;
  --hz-color--textLinkVisited: #116db4;
  --hz-color--textControlsDefault: #2d3c4d;
  --hz-color--textControlsHover: #116db4;
  --hz-color--textControlsSelected: #116db4;
  --hz-color--signalSuccessDefault: #216d51;
  --hz-color--signalSuccessSoft: #e1f3ee;
  --hz-color--signalErrorDefault: #c5283d;
  --hz-color--signalErrorSoft: #fdebf0;
  --hz-color--signalWarningDefault: #b24f28;
  --hz-color--signalWarningSoft: #f8f0e4;
  --hz-color--signalInfoDefault: #116db4;
  --hz-color--signalInfoSoft: #e0f3fd;
  --hz-color--textOnSignalSuccessDefault: #fbfbfa;
  --hz-color--textOnSignalSuccessSoft: #216d51;
  --hz-color--textOnSignalErrorDefault: #fbfbfa;
  --hz-color--textOnSignalErrorSoft: #c5283d;
  --hz-color--textOnSignalWarningDefault: #fbfbfa;
  --hz-color--textOnSignalWarningSoft: #b24f28;
  --hz-color--textOnSignalInfoDefault: #fbfbfa;
  --hz-color--textOnSignalInfoSoft: #116db4;
  --hz-color--backgroundDefault: #fbfbfa;
  --hz-color--backgroundSurface: #ffffff;
  --hz-color--backgroundSurfaceStrong: #0c0c0c;
  --hz-color--backgroundHighlight: #e5e5e4;
  --hz-color--backgroundSecondary: #f1f1f0;
  --hz-color--backgroundBrandPrimary: #eda566;
  --hz-color--backgroundBrandPrimaryAlt: #d88254;
  --hz-color--backgroundBrandPrimarySoft: #fdf6f0;
  --hz-color--backgroundBrandSecondary: #2d3c4d;
  --hz-color--backgroundBrandTertiary: #116db4;
  --hz-color--backgroundPrimaryButtonDefault: #116db4;
  --hz-color--backgroundPrimaryButtonHover: #007bc5;
  --hz-color--backgroundPrimaryButtonActive: #0e4d92;
  --hz-color--backgroundSecondaryButtonDefault: #fbfbfa;
  --hz-color--backgroundSecondaryButtonHover: #eaf7fe;
  --hz-color--backgroundSecondaryButtonActive: #e0f3fd;
  --hz-color--backgroundSecondaryButtonErrorDefault: #fbfbfa;
  --hz-color--backgroundSecondaryButtonErrorHover: #fef2f5;
  --hz-color--backgroundSecondaryButtonErrorActive: #fdebf0;
  --hz-color--backgroundControlsDefault: #fbfbfa;
  --hz-color--backgroundControlsHover: #e0f3fd;
  --hz-color--backgroundControlsSelected: #116db4;
  --hz-color--backgroundLoadingSkeleton: #e5e5e4;
  --hz-color--backgroundOverlayDefault: #000099;
  --hz-color--backgroundOverlayAlt: #ffff99;
  --hz-color--backgroundChatBubbleSender: #4b6179;
  --hz-color--backgroundChatBubbleReceiver: #f7f7f6;
  --hz-color--textOnBackgroundSurface: #2d3c4d;
  --hz-color--textOnBackgroundSurfaceStrong: #fbfbfa;
  --hz-color--textOnBackgroundSecondary: #2d3c4d;
  --hz-color--textOnBackgroundBrandPrimary: #2d3c4d;
  --hz-color--textOnBackgroundBrandPrimaryAlt: #000000;
  --hz-color--textOnBackgroundBrandPrimarySoft: #000000;
  --hz-color--textOnBackgroundBrandSecondary: #fbfbfa;
  --hz-color--textOnBackgroundBrandSecondaryAlt: #eda566;
  --hz-color--textOnBackgroundBrandTertiary: #fbfbfa;
  --hz-color--textOnBackgroundPrimaryButtonDefault: #fbfbfa;
  --hz-color--textOnBackgroundSecondaryButtonDefault: #116db4;
  --hz-color--textOnBackgroundSecondaryButtonErrorDefault: #c5283d;
  --hz-color--textOnBackgroundChatBubbleSender: #fbfbfa;
  --hz-color--textOnBackgroundChatBubbleReceiver: #2d3c4d;
  --hz-color--borderSoft: #e5e5e4;
  --hz-color--borderMedium: #c2c2c1;
  --hz-color--borderStrong: #929292;
  --hz-color--borderDivider: #c2c2c1;
  --hz-color--borderError: #c5283d;
  --hz-color--borderSecondaryButtonDefault: #116db4;
  --hz-color--borderSecondaryButtonError: #c5283d;
  --hz-color--borderInputsDefault: #929292;
  --hz-color--borderInputsHover: #007bc5;
  --hz-color--borderInputsError: #c5283d;
  --hz-color--borderControlsDefault: #929292;
  --hz-color--borderControlsHover: #007bc5;
  --hz-color--borderControlsSelected: #116db4;
  --hz-color--borderOutlineFocus: #0077d2;
  --hz-color--dashboardChartBlue: #116db4;
  --hz-color--dashboardChartRoyal: #962576;
  --hz-color--dashboardChartTerra: #f1b47a;
  --hz-color--dashboardChartNavyblue: #0077d2;
  --hz-color--dashboardChartGreen: #57ba9e;
  --hz-border--weightStandard: 1px solid;
  --hz-border--weightLarge: 2px solid;
  --hz-radius--none: 0px;
  --hz-radius--xs: 2px;
  --hz-radius--s: 4px;
  --hz-radius--m: 8px;
  --hz-radius--l: 12px;
  --hz-radius--xl: 16px;
  --hz-radius--xxl: 20px;
  --hz-shadow--low:
    0px 4px 8px -2px rgba(10, 13, 18, 0.1),
    0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  --hz-shadow--medium:
    0px 12px 16px -4px rgba(10, 13, 18, 0.08),
    0px 4px 6px -2px rgba(10, 13, 18, 0.03);
  --hz-shadow--high:
    0px 20px 24px -4px rgba(10, 13, 18, 0.08),
    0px 8px 8px -4px rgba(10, 13, 18, 0.03);
  --hz-breakpoint--minWidthXs: 0px;
  --hz-breakpoint--minWidthS: 480px;
  --hz-breakpoint--minWidthM: 768px;
  --hz-breakpoint--minWidthL: 992px;
  --hz-breakpoint--minWidthXl: 1200px;
  --hz-filter--textPrimary: invert(20%) sepia(6%) saturate(3176%)
    hue-rotate(172deg) brightness(91%) contrast(85%);
  --hz-filter--textSecondary: invert(36%) sepia(18%) saturate(791%)
    hue-rotate(171deg) brightness(93%) contrast(87%);
  --hz-filter--textBrandPrimary: invert(81%) sepia(75%) saturate(1500%)
    hue-rotate(313deg) brightness(100%) contrast(87%);
  --hz-filter--textBrandSecondary: invert(20%) sepia(50%) saturate(348%)
    hue-rotate(170deg) brightness(91%) contrast(90%);
  --hz-filter--textSuccess: invert(36%) sepia(17%) saturate(1281%)
    hue-rotate(106deg) brightness(95%) contrast(98%);
  --hz-filter--textError: invert(19%) sepia(58%) saturate(3401%)
    hue-rotate(335deg) brightness(100%) contrast(91%);
  --hz-filter--textWarning: invert(29%) sepia(42%) saturate(3360%)
    hue-rotate(359deg) brightness(88%) contrast(71%);
  --hz-filter--textInfo: invert(23%) sepia(71%) saturate(2942%)
    hue-rotate(191deg) brightness(95%) contrast(87%);
  --hz-filter--textPlaceholder: invert(53%) sepia(4%) saturate(5141%)
    hue-rotate(172deg) brightness(68%) contrast(59%);
  --hz-filter--textContrastHigh: invert(100%) sepia(0%) saturate(1%)
    hue-rotate(242deg) brightness(104%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(6%) saturate(7500%)
    hue-rotate(328deg) brightness(94%) contrast(106%);
  --hz-filter--textLinkDefault: invert(24%) sepia(88%) saturate(6263%)
    hue-rotate(195deg) brightness(96%) contrast(87%);
  --hz-filter--textLinkHover: invert(36%) sepia(79%) saturate(5735%)
    hue-rotate(186deg) brightness(97%) contrast(101%);
  --hz-filter--textLinkActive: invert(14%) sepia(93%) saturate(3022%)
    hue-rotate(202deg) brightness(94%) contrast(89%);
  --hz-filter--textLinkVisited: invert(27%) sepia(100%) saturate(1350%)
    hue-rotate(187deg) brightness(92%) contrast(87%);
  --hz-filter--textControlsDefault: invert(21%) sepia(13%) saturate(1084%)
    hue-rotate(172deg) brightness(101%) contrast(98%);
  --hz-filter--textControlsHover: invert(25%) sepia(91%) saturate(2762%)
    hue-rotate(191deg) brightness(87%) contrast(87%);
  --hz-filter--textControlsSelected: invert(28%) sepia(48%) saturate(7488%)
    hue-rotate(193deg) brightness(90%) contrast(87%);
  --hz-filter--signalSuccessDefault: invert(35%) sepia(35%) saturate(812%)
    hue-rotate(106deg) brightness(87%) contrast(84%);
  --hz-filter--signalSuccessSoft: invert(94%) sepia(10%) saturate(186%)
    hue-rotate(113deg) brightness(98%) contrast(98%);
  --hz-filter--signalErrorDefault: invert(22%) sepia(88%) saturate(2018%)
    hue-rotate(332deg) brightness(90%) contrast(95%);
  --hz-filter--signalErrorSoft: invert(88%) sepia(17%) saturate(133%)
    hue-rotate(300deg) brightness(104%) contrast(98%);
  --hz-filter--signalWarningDefault: invert(32%) sepia(86%) saturate(527%)
    hue-rotate(332deg) brightness(97%) contrast(93%);
  --hz-filter--signalWarningSoft: invert(99%) sepia(17%) saturate(713%)
    hue-rotate(308deg) brightness(99%) contrast(96%);
  --hz-filter--signalInfoDefault: invert(30%) sepia(75%) saturate(1237%)
    hue-rotate(180deg) brightness(95%) contrast(92%);
  --hz-filter--signalInfoSoft: invert(83%) sepia(27%) saturate(108%)
    hue-rotate(157deg) brightness(103%) contrast(108%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(0%)
    saturate(3182%) hue-rotate(316deg) brightness(99%) contrast(98%);
  --hz-filter--textOnSignalSuccessSoft: invert(31%) sepia(83%) saturate(316%)
    hue-rotate(106deg) brightness(95%) contrast(96%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(0%) saturate(5022%)
    hue-rotate(242deg) brightness(122%) contrast(111%);
  --hz-filter--textOnSignalErrorSoft: invert(21%) sepia(98%) saturate(1769%)
    hue-rotate(331deg) brightness(91%) contrast(96%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(0%)
    saturate(6987%) hue-rotate(4deg) brightness(121%) contrast(96%);
  --hz-filter--textOnSignalWarningSoft: invert(35%) sepia(6%) saturate(7364%)
    hue-rotate(336deg) brightness(103%) contrast(91%);
  --hz-filter--textOnSignalInfoDefault: invert(84%) sepia(62%) saturate(0%)
    hue-rotate(145deg) brightness(102%) contrast(103%);
  --hz-filter--textOnSignalInfoSoft: invert(30%) sepia(96%) saturate(938%)
    hue-rotate(178deg) brightness(92%) contrast(91%);
  --hz-filter--backgroundDefault: invert(97%) sepia(89%) saturate(160%)
    hue-rotate(341deg) brightness(113%) contrast(96%);
  --hz-filter--backgroundSurface: invert(99%) sepia(0%) saturate(7491%)
    hue-rotate(239deg) brightness(104%) contrast(102%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(37%) saturate(2590%)
    hue-rotate(141deg) brightness(109%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(95%) sepia(6%) saturate(577%)
    hue-rotate(28deg) brightness(115%) contrast(80%);
  --hz-filter--backgroundSecondary: invert(98%) sepia(65%) saturate(485%)
    hue-rotate(300deg) brightness(114%) contrast(90%);
  --hz-filter--backgroundBrandPrimary: invert(69%) sepia(51%) saturate(494%)
    hue-rotate(338deg) brightness(96%) contrast(94%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(78%) sepia(63%) saturate(2290%)
    hue-rotate(318deg) brightness(88%) contrast(91%);
  --hz-filter--backgroundBrandPrimarySoft: invert(92%) sepia(1%) saturate(1767%)
    hue-rotate(352deg) brightness(108%) contrast(96%);
  --hz-filter--backgroundBrandSecondary: invert(19%) sepia(49%) saturate(354%)
    hue-rotate(170deg) brightness(95%) contrast(91%);
  --hz-filter--backgroundBrandTertiary: invert(32%) sepia(29%) saturate(3988%)
    hue-rotate(186deg) brightness(91%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(25%) sepia(99%)
    saturate(2439%) hue-rotate(191deg) brightness(86%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonHover: invert(32%) sepia(61%)
    saturate(4069%) hue-rotate(184deg) brightness(92%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(25%) sepia(42%)
    saturate(2011%) hue-rotate(184deg) brightness(94%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(84%) sepia(60%)
    saturate(4%) hue-rotate(211deg) brightness(106%) contrast(102%);
  --hz-filter--backgroundSecondaryButtonHover: invert(94%) sepia(29%)
    saturate(2525%) hue-rotate(177deg) brightness(111%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonActive: invert(100%) sepia(94%)
    saturate(1138%) hue-rotate(175deg) brightness(104%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(99%) sepia(1%)
    saturate(2%) hue-rotate(160deg) brightness(105%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(91%) sepia(10%)
    saturate(251%) hue-rotate(302deg) brightness(105%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(85%) sepia(30%)
    saturate(81%) hue-rotate(291deg) brightness(102%) contrast(102%);
  --hz-filter--backgroundControlsDefault: invert(85%) sepia(78%) saturate(14%)
    hue-rotate(2deg) brightness(104%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(83%) sepia(90%) saturate(2198%)
    hue-rotate(177deg) brightness(110%) contrast(98%);
  --hz-filter--backgroundControlsSelected: invert(29%) sepia(96%)
    saturate(1071%) hue-rotate(181deg) brightness(94%) contrast(90%);
  --hz-filter--backgroundLoadingSkeleton: invert(99%) sepia(0%) saturate(5757%)
    hue-rotate(189deg) brightness(90%) contrast(100%);
  --hz-filter--backgroundOverlayDefault: invert(12%) sepia(87%) saturate(5383%)
    hue-rotate(244deg) brightness(60%) contrast(131%);
  --hz-filter--backgroundOverlayAlt: invert(99%) sepia(4%) saturate(5618%)
    hue-rotate(327deg) brightness(112%) contrast(103%);
  --hz-filter--backgroundChatBubbleSender: invert(35%) sepia(52%) saturate(292%)
    hue-rotate(171deg) brightness(91%) contrast(88%);
  --hz-filter--backgroundChatBubbleReceiver: invert(92%) sepia(67%) saturate(8%)
    hue-rotate(64deg) brightness(104%) contrast(93%);
  --hz-filter--textOnBackgroundSurface: invert(20%) sepia(28%) saturate(616%)
    hue-rotate(171deg) brightness(93%) contrast(91%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(92%) sepia(0%) saturate(0%)
    hue-rotate(212deg) brightness(107%) contrast(99%);
  --hz-filter--textOnBackgroundSecondary: invert(22%) sepia(4%) saturate(3395%)
    hue-rotate(172deg) brightness(92%) contrast(93%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(17%) sepia(4%)
    saturate(6436%) hue-rotate(172deg) brightness(91%) contrast(80%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(0%)
    saturate(0%) hue-rotate(214deg) brightness(103%) contrast(101%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(98%)
    saturate(7347%) hue-rotate(222deg) brightness(118%) contrast(91%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(99%) sepia(1%)
    saturate(2079%) hue-rotate(304deg) brightness(112%) contrast(97%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(90%) sepia(81%)
    saturate(1816%) hue-rotate(306deg) brightness(92%) contrast(100%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(97%) sepia(70%)
    saturate(174%) hue-rotate(30deg) brightness(112%) contrast(99%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(94%) sepia(15%)
    saturate(476%) hue-rotate(319deg) brightness(116%) contrast(95%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(33%) sepia(97%)
    saturate(761%) hue-rotate(172deg) brightness(89%) contrast(94%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(22%)
    sepia(36%) saturate(5591%) hue-rotate(336deg) brightness(87%) contrast(89%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(17%)
    saturate(1142%) hue-rotate(324deg) brightness(116%) contrast(101%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(20%) sepia(41%)
    saturate(431%) hue-rotate(172deg) brightness(93%) contrast(91%);
  --hz-filter--borderSoft: invert(97%) sepia(0%) saturate(251%)
    hue-rotate(178deg) brightness(94%) contrast(95%);
  --hz-filter--borderMedium: invert(90%) sepia(0%) saturate(39%)
    hue-rotate(202deg) brightness(85%) contrast(100%);
  --hz-filter--borderStrong: invert(58%) sepia(0%) saturate(5821%)
    hue-rotate(87deg) brightness(90%) contrast(96%);
  --hz-filter--borderDivider: invert(80%) sepia(0%) saturate(2794%)
    hue-rotate(182deg) brightness(98%) contrast(92%);
  --hz-filter--borderError: invert(22%) sepia(37%) saturate(6438%)
    hue-rotate(339deg) brightness(82%) contrast(87%);
  --hz-filter--borderSecondaryButtonDefault: invert(33%) sepia(26%)
    saturate(4503%) hue-rotate(187deg) brightness(86%) contrast(87%);
  --hz-filter--borderSecondaryButtonError: invert(19%) sepia(94%)
    saturate(2521%) hue-rotate(337deg) brightness(88%) contrast(88%);
  --hz-filter--borderInputsDefault: invert(76%) sepia(0%) saturate(5635%)
    hue-rotate(354deg) brightness(75%) contrast(108%);
  --hz-filter--borderInputsHover: invert(29%) sepia(97%) saturate(1033%)
    hue-rotate(175deg) brightness(105%) contrast(103%);
  --hz-filter--borderInputsError: invert(23%) sepia(51%) saturate(4375%)
    hue-rotate(338deg) brightness(81%) contrast(89%);
  --hz-filter--borderControlsDefault: invert(69%) sepia(0%) saturate(329%)
    hue-rotate(212deg) brightness(85%) contrast(83%);
  --hz-filter--borderControlsHover: invert(29%) sepia(50%) saturate(4386%)
    hue-rotate(185deg) brightness(93%) contrast(101%);
  --hz-filter--borderControlsSelected: invert(24%) sepia(49%) saturate(7077%)
    hue-rotate(193deg) brightness(92%) contrast(87%);
  --hz-filter--borderOutlineFocus: invert(31%) sepia(73%) saturate(1569%)
    hue-rotate(183deg) brightness(97%) contrast(108%);
  --hz-filter--dashboardChartBlue: invert(32%) sepia(79%) saturate(879%)
    hue-rotate(172deg) brightness(94%) contrast(95%);
  --hz-filter--dashboardChartRoyal: invert(16%) sepia(70%) saturate(3082%)
    hue-rotate(298deg) brightness(93%) contrast(86%);
  --hz-filter--dashboardChartTerra: invert(83%) sepia(98%) saturate(5763%)
    hue-rotate(303deg) brightness(99%) contrast(91%);
  --hz-filter--dashboardChartNavyblue: invert(33%) sepia(59%) saturate(1904%)
    hue-rotate(184deg) brightness(94%) contrast(104%);
  --hz-filter--dashboardChartGreen: invert(64%) sepia(45%) saturate(379%)
    hue-rotate(112deg) brightness(91%) contrast(96%);
  --hz-fontFamily--bodyLarge: "Roboto", sans-serif;
  --hz-fontFamily--bodyLargeStrong: "Roboto", sans-serif;
  --hz-fontFamily--bodyRegular: "Roboto", sans-serif;
  --hz-fontFamily--bodyRegularStrong: "Roboto", sans-serif;
  --hz-fontFamily--bodySmall: "Roboto", sans-serif;
  --hz-fontFamily--bodySmallStrong: "Roboto", sans-serif;
  --hz-fontFamily--linkLarge: "Roboto", sans-serif;
  --hz-fontFamily--linkRegular: "Roboto", sans-serif;
  --hz-fontFamily--linkSmall: "Roboto", sans-serif;
  --hz-fontFamily--title1: "Breeserif", sans-serif;
  --hz-fontFamily--title2: "Breeserif", sans-serif;
  --hz-fontFamily--title3: "Breeserif", sans-serif;
  --hz-fontFamily--title4: "Breeserif", sans-serif;
  --hz-fontFamily--title5: "Breeserif", sans-serif;
  --hz-fontFamily--buttonText: "Roboto", sans-serif;
  --hz-fontFamily--licensePlate: "Kenteken", sans-serif;
  --hz-lineHeight--bodyLarge: 22px;
  --hz-lineHeight--bodyLargeStrong: 22px;
  --hz-lineHeight--bodyRegular: 18px;
  --hz-lineHeight--bodyRegularStrong: 18px;
  --hz-lineHeight--bodySmall: 16px;
  --hz-lineHeight--bodySmallStrong: 16px;
  --hz-lineHeight--linkLarge: 22px;
  --hz-lineHeight--linkRegular: 18px;
  --hz-lineHeight--linkSmall: 16px;
  --hz-lineHeight--title1: 60px;
  --hz-lineHeight--title2: 40px;
  --hz-lineHeight--title3: 32px;
  --hz-lineHeight--title4: 28px;
  --hz-lineHeight--title5: 24px;
  --hz-lineHeight--buttonText: 28px;
  --hz-lineHeight--licensePlate: 32px;
  --hz-fontWeight--bodyLarge: 400;
  --hz-fontWeight--bodyLargeStrong: 500;
  --hz-fontWeight--bodyRegular: 400;
  --hz-fontWeight--bodyRegularStrong: 500;
  --hz-fontWeight--bodySmall: 400;
  --hz-fontWeight--bodySmallStrong: 500;
  --hz-fontWeight--linkLarge: 400;
  --hz-fontWeight--linkRegular: 400;
  --hz-fontWeight--linkSmall: 400;
  --hz-fontWeight--title1: 400;
  --hz-fontWeight--title2: 400;
  --hz-fontWeight--title3: 400;
  --hz-fontWeight--title4: 400;
  --hz-fontWeight--title5: 400;
  --hz-fontWeight--buttonText: 500;
  --hz-fontWeight--licensePlate: 400;
  --hz-fontSize--bodyLarge: 16px;
  --hz-fontSize--bodyLargeStrong: 16px;
  --hz-fontSize--bodyRegular: 14px;
  --hz-fontSize--bodyRegularStrong: 14px;
  --hz-fontSize--bodySmall: 12px;
  --hz-fontSize--bodySmallStrong: 12px;
  --hz-fontSize--linkLarge: 16px;
  --hz-fontSize--linkRegular: 14px;
  --hz-fontSize--linkSmall: 12px;
  --hz-fontSize--title1: 44px;
  --hz-fontSize--title2: 32px;
  --hz-fontSize--title3: 24px;
  --hz-fontSize--title4: 20px;
  --hz-fontSize--title5: 18px;
  --hz-fontSize--buttonText: 16px;
  --hz-fontSize--licensePlate: 24px;
}
