: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(18%) sepia(3%) saturate(6082%)
    hue-rotate(172deg) brightness(95%) contrast(82%);
  --hz-filter--textSecondary: invert(35%) sepia(38%) saturate(365%)
    hue-rotate(171deg) brightness(95%) contrast(91%);
  --hz-filter--textBrandPrimary: invert(79%) sepia(22%) saturate(1330%)
    hue-rotate(326deg) brightness(98%) contrast(90%);
  --hz-filter--textBrandSecondary: invert(21%) sepia(26%) saturate(624%)
    hue-rotate(171deg) brightness(92%) contrast(93%);
  --hz-filter--textSuccess: invert(34%) sepia(12%) saturate(2157%)
    hue-rotate(106deg) brightness(95%) contrast(87%);
  --hz-filter--textError: invert(26%) sepia(81%) saturate(2506%)
    hue-rotate(335deg) brightness(78%) contrast(96%);
  --hz-filter--textWarning: invert(32%) sepia(81%) saturate(694%)
    hue-rotate(337deg) brightness(95%) contrast(90%);
  --hz-filter--textInfo: invert(31%) sepia(56%) saturate(1625%)
    hue-rotate(181deg) brightness(96%) contrast(92%);
  --hz-filter--textPlaceholder: invert(44%) sepia(16%) saturate(826%)
    hue-rotate(171deg) brightness(91%) contrast(85%);
  --hz-filter--textContrastHigh: invert(98%) sepia(0%) saturate(1548%)
    hue-rotate(323deg) brightness(114%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(100%) saturate(0%)
    hue-rotate(125deg) brightness(94%) contrast(105%);
  --hz-filter--textLinkDefault: invert(30%) sepia(76%) saturate(1709%)
    hue-rotate(187deg) brightness(87%) contrast(87%);
  --hz-filter--textLinkHover: invert(25%) sepia(68%) saturate(3612%)
    hue-rotate(186deg) brightness(98%) contrast(100%);
  --hz-filter--textLinkActive: invert(23%) sepia(91%) saturate(1118%)
    hue-rotate(189deg) brightness(87%) contrast(100%);
  --hz-filter--textLinkVisited: invert(21%) sepia(51%) saturate(5103%)
    hue-rotate(193deg) brightness(93%) contrast(87%);
  --hz-filter--textControlsDefault: invert(18%) sepia(52%) saturate(379%)
    hue-rotate(170deg) brightness(95%) contrast(87%);
  --hz-filter--textControlsHover: invert(25%) sepia(81%) saturate(2283%)
    hue-rotate(190deg) brightness(90%) contrast(87%);
  --hz-filter--textControlsSelected: invert(30%) sepia(100%) saturate(856%)
    hue-rotate(176deg) brightness(96%) contrast(94%);
  --hz-filter--signalSuccessDefault: invert(16%) sepia(84%) saturate(7248%)
    hue-rotate(164deg) brightness(82%) contrast(74%);
  --hz-filter--signalSuccessSoft: invert(93%) sepia(2%) saturate(5066%)
    hue-rotate(179deg) brightness(109%) contrast(90%);
  --hz-filter--signalErrorDefault: invert(17%) sepia(50%) saturate(3801%)
    hue-rotate(335deg) brightness(115%) contrast(92%);
  --hz-filter--signalErrorSoft: invert(94%) sepia(10%) saturate(1257%)
    hue-rotate(296deg) brightness(108%) contrast(98%);
  --hz-filter--signalWarningDefault: invert(39%) sepia(11%) saturate(4481%)
    hue-rotate(338deg) brightness(90%) contrast(89%);
  --hz-filter--signalWarningSoft: invert(100%) sepia(31%) saturate(726%)
    hue-rotate(308deg) brightness(100%) contrast(95%);
  --hz-filter--signalInfoDefault: invert(24%) sepia(97%) saturate(4543%)
    hue-rotate(194deg) brightness(91%) contrast(87%);
  --hz-filter--signalInfoSoft: invert(91%) sepia(4%) saturate(1959%)
    hue-rotate(181deg) brightness(104%) contrast(98%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(0%)
    saturate(7240%) hue-rotate(133deg) brightness(109%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(33%) sepia(37%) saturate(703%)
    hue-rotate(106deg) brightness(95%) contrast(91%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(0%) saturate(7438%)
    hue-rotate(225deg) brightness(107%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(19%) sepia(59%) saturate(3438%)
    hue-rotate(336deg) brightness(100%) contrast(89%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(100%)
    saturate(230%) hue-rotate(305deg) brightness(108%) contrast(96%);
  --hz-filter--textOnSignalWarningSoft: invert(34%) sepia(47%) saturate(1106%)
    hue-rotate(337deg) brightness(97%) contrast(89%);
  --hz-filter--textOnSignalInfoDefault: invert(99%) sepia(4%) saturate(613%)
    hue-rotate(353deg) brightness(113%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(33%) sepia(92%) saturate(856%)
    hue-rotate(177deg) brightness(88%) contrast(95%);
  --hz-filter--backgroundDefault: invert(100%) sepia(23%) saturate(1235%)
    hue-rotate(280deg) brightness(121%) contrast(97%);
  --hz-filter--backgroundSurface: invert(100%) sepia(100%) saturate(0%)
    hue-rotate(14deg) brightness(107%) contrast(101%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(0%) saturate(2500%)
    hue-rotate(196deg) brightness(110%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(92%) sepia(6%) saturate(8%)
    hue-rotate(31deg) brightness(101%) contrast(90%);
  --hz-filter--backgroundSecondary: invert(99%) sepia(12%) saturate(66%)
    hue-rotate(348deg) brightness(113%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(64%) sepia(75%) saturate(316%)
    hue-rotate(342deg) brightness(96%) contrast(94%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(63%) sepia(52%) saturate(621%)
    hue-rotate(329deg) brightness(89%) contrast(90%);
  --hz-filter--backgroundBrandPrimarySoft: invert(90%) sepia(29%) saturate(359%)
    hue-rotate(305deg) brightness(111%) contrast(98%);
  --hz-filter--backgroundBrandSecondary: invert(18%) sepia(43%) saturate(460%)
    hue-rotate(170deg) brightness(92%) contrast(86%);
  --hz-filter--backgroundBrandTertiary: invert(30%) sepia(46%) saturate(6309%)
    hue-rotate(191deg) brightness(87%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(32%) sepia(86%)
    saturate(832%) hue-rotate(172deg) brightness(94%) contrast(94%);
  --hz-filter--backgroundPrimaryButtonHover: invert(31%) sepia(87%)
    saturate(1343%) hue-rotate(178deg) brightness(94%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonActive: invert(13%) sepia(49%)
    saturate(7221%) hue-rotate(203deg) brightness(88%) contrast(89%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(98%) sepia(97%)
    saturate(0%) hue-rotate(309deg) brightness(98%) contrast(101%);
  --hz-filter--backgroundSecondaryButtonHover: invert(85%) sepia(5%)
    saturate(190%) hue-rotate(205deg) brightness(98%) contrast(113%);
  --hz-filter--backgroundSecondaryButtonActive: invert(96%) sepia(72%)
    saturate(5596%) hue-rotate(177deg) brightness(111%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(92%) sepia(0%)
    saturate(4397%) hue-rotate(195deg) brightness(108%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(88%) sepia(2%)
    saturate(2961%) hue-rotate(215deg) brightness(103%) contrast(117%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(89%) sepia(5%)
    saturate(1091%) hue-rotate(237deg) brightness(107%) contrast(98%);
  --hz-filter--backgroundControlsDefault: invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(118deg) brightness(103%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(92%) sepia(51%) saturate(1825%)
    hue-rotate(177deg) brightness(103%) contrast(112%);
  --hz-filter--backgroundControlsSelected: invert(39%) sepia(73%)
    saturate(5332%) hue-rotate(190deg) brightness(83%) contrast(87%);
  --hz-filter--backgroundLoadingSkeleton: invert(98%) sepia(4%) saturate(1734%)
    hue-rotate(308deg) brightness(113%) contrast(80%);
  --hz-filter--backgroundOverlayDefault: invert(7%) sepia(59%) saturate(5375%)
    hue-rotate(236deg) brightness(135%) contrast(151%);
  --hz-filter--backgroundOverlayAlt: invert(94%) sepia(3%) saturate(3768%)
    hue-rotate(8deg) brightness(87%) contrast(161%);
  --hz-filter--backgroundChatBubbleSender: invert(37%) sepia(5%) saturate(2635%)
    hue-rotate(171deg) brightness(95%) contrast(91%);
  --hz-filter--backgroundChatBubbleReceiver: invert(92%) sepia(0%) saturate(0%)
    hue-rotate(152deg) brightness(105%) contrast(99%);
  --hz-filter--textOnBackgroundSurface: invert(20%) sepia(3%) saturate(7314%)
    hue-rotate(173deg) brightness(94%) contrast(87%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(100%) sepia(4%)
    saturate(3903%) hue-rotate(336deg) brightness(113%) contrast(97%);
  --hz-filter--textOnBackgroundSecondary: invert(20%) sepia(9%) saturate(1861%)
    hue-rotate(172deg) brightness(99%) contrast(90%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(20%) sepia(8%)
    saturate(2418%) hue-rotate(172deg) brightness(89%) contrast(86%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(12%)
    saturate(7450%) hue-rotate(259deg) brightness(84%) contrast(110%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(84%)
    saturate(7500%) hue-rotate(329deg) brightness(89%) contrast(114%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(86%) sepia(67%)
    saturate(2%) hue-rotate(150deg) brightness(111%) contrast(97%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(77%) sepia(4%)
    saturate(7380%) hue-rotate(326deg) brightness(104%) contrast(86%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(98%) sepia(39%)
    saturate(563%) hue-rotate(296deg) brightness(110%) contrast(96%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(94%) sepia(4%)
    saturate(0%) hue-rotate(59deg) brightness(103%) contrast(98%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(21%) sepia(92%)
    saturate(4729%) hue-rotate(194deg) brightness(94%) contrast(87%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(24%)
    sepia(62%) saturate(2558%) hue-rotate(331deg) brightness(88%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(56%)
    saturate(432%) hue-rotate(300deg) brightness(114%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(19%) sepia(33%)
    saturate(614%) hue-rotate(171deg) brightness(88%) contrast(86%);
  --hz-filter--borderSoft: invert(86%) sepia(53%) saturate(0%)
    hue-rotate(193deg) brightness(102%) contrast(83%);
  --hz-filter--borderMedium: invert(84%) sepia(1%) saturate(0%)
    hue-rotate(204deg) brightness(94%) contrast(89%);
  --hz-filter--borderStrong: invert(71%) sepia(0%) saturate(0%)
    hue-rotate(140deg) brightness(82%) contrast(87%);
  --hz-filter--borderDivider: invert(79%) sepia(7%) saturate(0%)
    hue-rotate(170deg) brightness(93%) contrast(98%);
  --hz-filter--borderError: invert(21%) sepia(95%) saturate(2316%)
    hue-rotate(336deg) brightness(83%) contrast(90%);
  --hz-filter--borderSecondaryButtonDefault: invert(28%) sepia(18%)
    saturate(6463%) hue-rotate(186deg) brightness(102%) contrast(87%);
  --hz-filter--borderSecondaryButtonError: invert(22%) sepia(81%)
    saturate(4075%) hue-rotate(341deg) brightness(82%) contrast(86%);
  --hz-filter--borderInputsDefault: invert(63%) sepia(2%) saturate(7%)
    hue-rotate(84deg) brightness(92%) contrast(92%);
  --hz-filter--borderInputsHover: invert(24%) sepia(74%) saturate(4347%)
    hue-rotate(187deg) brightness(100%) contrast(102%);
  --hz-filter--borderInputsError: invert(23%) sepia(96%) saturate(1929%)
    hue-rotate(333deg) brightness(82%) contrast(95%);
  --hz-filter--borderControlsDefault: invert(66%) sepia(1%) saturate(1168%)
    hue-rotate(102deg) brightness(89%) contrast(87%);
  --hz-filter--borderControlsHover: invert(55%) sepia(75%) saturate(7494%)
    hue-rotate(184deg) brightness(92%) contrast(101%);
  --hz-filter--borderControlsSelected: invert(35%) sepia(74%) saturate(803%)
    hue-rotate(168deg) brightness(91%) contrast(97%);
  --hz-filter--borderOutlineFocus: invert(33%) sepia(93%) saturate(4626%)
    hue-rotate(191deg) brightness(96%) contrast(102%);
  --hz-filter--dashboardChartBlue: invert(33%) sepia(68%) saturate(1322%)
    hue-rotate(180deg) brightness(89%) contrast(93%);
  --hz-filter--dashboardChartRoyal: invert(20%) sepia(41%) saturate(3449%)
    hue-rotate(291deg) brightness(94%) contrast(94%);
  --hz-filter--dashboardChartTerra: invert(78%) sepia(9%) saturate(4312%)
    hue-rotate(326deg) brightness(110%) contrast(94%);
  --hz-filter--dashboardChartNavyblue: invert(30%) sepia(75%) saturate(3493%)
    hue-rotate(190deg) brightness(92%) contrast(101%);
  --hz-filter--dashboardChartGreen: invert(67%) sepia(70%) saturate(285%)
    hue-rotate(112deg) brightness(86%) contrast(83%);
  --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;
}
