: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(16%) sepia(7%) saturate(3716%)
    hue-rotate(172deg) brightness(94%) contrast(79%);
  --hz-filter--textSecondary: invert(34%) sepia(3%) saturate(5523%)
    hue-rotate(171deg) brightness(96%) contrast(79%);
  --hz-filter--textBrandPrimary: invert(73%) sepia(41%) saturate(615%)
    hue-rotate(334deg) brightness(93%) contrast(99%);
  --hz-filter--textBrandSecondary: invert(19%) sepia(6%) saturate(2652%)
    hue-rotate(172deg) brightness(101%) contrast(90%);
  --hz-filter--textSuccess: invert(32%) sepia(9%) saturate(4802%)
    hue-rotate(111deg) brightness(90%) contrast(74%);
  --hz-filter--textError: invert(19%) sepia(93%) saturate(3066%)
    hue-rotate(340deg) brightness(83%) contrast(85%);
  --hz-filter--textWarning: invert(31%) sepia(66%) saturate(1114%)
    hue-rotate(343deg) brightness(98%) contrast(84%);
  --hz-filter--textInfo: invert(25%) sepia(69%) saturate(1498%)
    hue-rotate(190deg) brightness(104%) contrast(100%);
  --hz-filter--textPlaceholder: invert(43%) sepia(14%) saturate(856%)
    hue-rotate(171deg) brightness(95%) contrast(92%);
  --hz-filter--textContrastHigh: invert(98%) sepia(89%) saturate(215%)
    hue-rotate(48deg) brightness(112%) contrast(96%);
  --hz-filter--textContrastLow: invert(0%) sepia(9%) saturate(7500%)
    hue-rotate(69deg) brightness(89%) contrast(108%);
  --hz-filter--textLinkDefault: invert(29%) sepia(92%) saturate(842%)
    hue-rotate(173deg) brightness(101%) contrast(94%);
  --hz-filter--textLinkHover: invert(32%) sepia(67%) saturate(1644%)
    hue-rotate(178deg) brightness(95%) contrast(101%);
  --hz-filter--textLinkActive: invert(21%) sepia(89%) saturate(1187%)
    hue-rotate(190deg) brightness(98%) contrast(100%);
  --hz-filter--textLinkVisited: invert(18%) sepia(78%) saturate(6422%)
    hue-rotate(196deg) brightness(98%) contrast(87%);
  --hz-filter--textControlsDefault: invert(20%) sepia(32%) saturate(577%)
    hue-rotate(171deg) brightness(89%) contrast(88%);
  --hz-filter--textControlsHover: invert(31%) sepia(62%) saturate(1292%)
    hue-rotate(175deg) brightness(100%) contrast(92%);
  --hz-filter--textControlsSelected: invert(35%) sepia(64%) saturate(1302%)
    hue-rotate(178deg) brightness(84%) contrast(95%);
  --hz-filter--signalSuccessDefault: invert(36%) sepia(13%) saturate(1911%)
    hue-rotate(106deg) brightness(93%) contrast(92%);
  --hz-filter--signalSuccessSoft: invert(96%) sepia(6%) saturate(404%)
    hue-rotate(107deg) brightness(101%) contrast(91%);
  --hz-filter--signalErrorDefault: invert(24%) sepia(87%) saturate(3127%)
    hue-rotate(338deg) brightness(80%) contrast(91%);
  --hz-filter--signalErrorSoft: invert(83%) sepia(31%) saturate(189%)
    hue-rotate(305deg) brightness(110%) contrast(98%);
  --hz-filter--signalWarningDefault: invert(35%) sepia(52%) saturate(769%)
    hue-rotate(332deg) brightness(97%) contrast(93%);
  --hz-filter--signalWarningSoft: invert(91%) sepia(26%) saturate(273%)
    hue-rotate(316deg) brightness(106%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(22%) sepia(93%) saturate(2045%)
    hue-rotate(190deg) brightness(98%) contrast(87%);
  --hz-filter--signalInfoSoft: invert(84%) sepia(23%) saturate(260%)
    hue-rotate(181deg) brightness(108%) contrast(98%);
  --hz-filter--textOnSignalSuccessDefault: invert(97%) sepia(58%) saturate(386%)
    hue-rotate(295deg) brightness(117%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(37%) sepia(15%) saturate(1612%)
    hue-rotate(106deg) brightness(89%) contrast(90%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(0%) saturate(7464%)
    hue-rotate(306deg) brightness(123%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(19%) sepia(88%) saturate(2247%)
    hue-rotate(334deg) brightness(96%) contrast(92%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(0%)
    saturate(6552%) hue-rotate(358deg) brightness(125%) contrast(105%);
  --hz-filter--textOnSignalWarningSoft: invert(35%) sepia(9%) saturate(6247%)
    hue-rotate(340deg) brightness(98%) contrast(87%);
  --hz-filter--textOnSignalInfoDefault: invert(99%) sepia(2%) saturate(1911%)
    hue-rotate(34deg) brightness(111%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(41%) sepia(42%) saturate(1242%)
    hue-rotate(168deg) brightness(83%) contrast(100%);
  --hz-filter--backgroundDefault: invert(96%) sepia(0%) saturate(7498%)
    hue-rotate(280deg) brightness(105%) contrast(96%);
  --hz-filter--backgroundSurface: invert(99%) sepia(98%) saturate(2%)
    hue-rotate(343deg) brightness(113%) contrast(100%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(16%) saturate(2275%)
    hue-rotate(256deg) brightness(113%) contrast(99%);
  --hz-filter--backgroundHighlight: invert(75%) sepia(96%) saturate(2%)
    hue-rotate(39deg) brightness(105%) contrast(90%);
  --hz-filter--backgroundSecondary: invert(99%) sepia(0%) saturate(2957%)
    hue-rotate(94deg) brightness(126%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(80%) sepia(31%) saturate(1055%)
    hue-rotate(322deg) brightness(98%) contrast(90%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(73%) sepia(8%) saturate(7122%)
    hue-rotate(324deg) brightness(93%) contrast(81%);
  --hz-filter--backgroundBrandPrimarySoft: invert(100%) sepia(64%)
    saturate(292%) hue-rotate(16deg) brightness(107%) contrast(98%);
  --hz-filter--backgroundBrandSecondary: invert(18%) sepia(59%) saturate(340%)
    hue-rotate(172deg) brightness(95%) contrast(88%);
  --hz-filter--backgroundBrandTertiary: invert(35%) sepia(60%) saturate(1077%)
    hue-rotate(170deg) brightness(93%) contrast(98%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(34%) sepia(99%)
    saturate(780%) hue-rotate(173deg) brightness(87%) contrast(93%);
  --hz-filter--backgroundPrimaryButtonHover: invert(32%) sepia(75%)
    saturate(3469%) hue-rotate(183deg) brightness(90%) contrast(103%);
  --hz-filter--backgroundPrimaryButtonActive: invert(19%) sepia(99%)
    saturate(1359%) hue-rotate(195deg) brightness(97%) contrast(95%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(32%)
    saturate(0%) hue-rotate(174deg) brightness(98%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonHover: invert(89%) sepia(12%)
    saturate(410%) hue-rotate(186deg) brightness(104%) contrast(104%);
  --hz-filter--backgroundSecondaryButtonActive: invert(100%) sepia(37%)
    saturate(2902%) hue-rotate(174deg) brightness(104%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(100%) sepia(0%)
    saturate(2281%) hue-rotate(312deg) brightness(114%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(98%) sepia(4%)
    saturate(1854%) hue-rotate(208deg) brightness(96%) contrast(107%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(90%) sepia(17%)
    saturate(188%) hue-rotate(300deg) brightness(102%) contrast(98%);
  --hz-filter--backgroundControlsDefault: invert(90%) sepia(0%) saturate(1336%)
    hue-rotate(163deg) brightness(108%) contrast(104%);
  --hz-filter--backgroundControlsHover: invert(89%) sepia(25%) saturate(359%)
    hue-rotate(180deg) brightness(101%) contrast(103%);
  --hz-filter--backgroundControlsSelected: invert(32%) sepia(43%)
    saturate(2080%) hue-rotate(180deg) brightness(95%) contrast(91%);
  --hz-filter--backgroundLoadingSkeleton: invert(82%) sepia(82%) saturate(2%)
    hue-rotate(11deg) brightness(98%) contrast(92%);
  --hz-filter--backgroundOverlayDefault: invert(15%) sepia(66%) saturate(4909%)
    hue-rotate(240deg) brightness(64%) contrast(138%);
  --hz-filter--backgroundOverlayAlt: invert(90%) sepia(9%) saturate(2124%)
    hue-rotate(341deg) brightness(114%) contrast(112%);
  --hz-filter--backgroundChatBubbleSender: invert(35%) sepia(7%) saturate(2008%)
    hue-rotate(171deg) brightness(96%) contrast(83%);
  --hz-filter--backgroundChatBubbleReceiver: invert(76%) sepia(100%)
    saturate(1%) hue-rotate(17deg) brightness(100%) contrast(112%);
  --hz-filter--textOnBackgroundSurface: invert(21%) sepia(8%) saturate(2019%)
    hue-rotate(172deg) brightness(96%) contrast(92%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(95%) sepia(99%)
    saturate(200%) hue-rotate(37deg) brightness(122%) contrast(97%);
  --hz-filter--textOnBackgroundSecondary: invert(16%) sepia(4%) saturate(6023%)
    hue-rotate(172deg) brightness(92%) contrast(79%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(20%) sepia(13%)
    saturate(1214%) hue-rotate(172deg) brightness(98%) contrast(92%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(100%)
    saturate(0%) hue-rotate(67deg) brightness(102%) contrast(101%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(0%)
    saturate(7492%) hue-rotate(206deg) brightness(82%) contrast(100%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(92%) sepia(76%)
    saturate(144%) hue-rotate(35deg) brightness(117%) contrast(97%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(86%) sepia(8%)
    saturate(4009%) hue-rotate(318deg) brightness(97%) contrast(91%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(0%)
    saturate(7426%) hue-rotate(127deg) brightness(96%) contrast(101%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(99%) sepia(31%)
    saturate(0%) hue-rotate(80deg) brightness(100%) contrast(100%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(25%) sepia(92%)
    saturate(1472%) hue-rotate(187deg) brightness(99%) contrast(87%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(25%)
    sepia(83%) saturate(2329%) hue-rotate(334deg) brightness(79%) contrast(94%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(99%) sepia(6%)
    saturate(45%) hue-rotate(269deg) brightness(112%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(21%) sepia(15%)
    saturate(1122%) hue-rotate(171deg) brightness(93%) contrast(91%);
  --hz-filter--borderSoft: invert(98%) sepia(5%) saturate(1214%)
    hue-rotate(3deg) brightness(122%) contrast(80%);
  --hz-filter--borderMedium: invert(94%) sepia(0%) saturate(406%)
    hue-rotate(156deg) brightness(81%) contrast(100%);
  --hz-filter--borderStrong: invert(66%) sepia(6%) saturate(18%)
    hue-rotate(352deg) brightness(89%) contrast(81%);
  --hz-filter--borderDivider: invert(89%) sepia(0%) saturate(5742%)
    hue-rotate(195deg) brightness(87%) contrast(93%);
  --hz-filter--borderError: invert(22%) sepia(39%) saturate(6145%)
    hue-rotate(339deg) brightness(81%) contrast(87%);
  --hz-filter--borderSecondaryButtonDefault: invert(30%) sepia(68%)
    saturate(873%) hue-rotate(169deg) brightness(107%) contrast(100%);
  --hz-filter--borderSecondaryButtonError: invert(21%) sepia(77%)
    saturate(3218%) hue-rotate(339deg) brightness(81%) contrast(88%);
  --hz-filter--borderInputsDefault: invert(56%) sepia(10%) saturate(11%)
    hue-rotate(41deg) brightness(102%) contrast(87%);
  --hz-filter--borderInputsHover: invert(28%) sepia(100%) saturate(1155%)
    hue-rotate(178deg) brightness(103%) contrast(101%);
  --hz-filter--borderInputsError: invert(28%) sepia(66%) saturate(1910%)
    hue-rotate(326deg) brightness(82%) contrast(104%);
  --hz-filter--borderControlsDefault: invert(59%) sepia(0%) saturate(0%)
    hue-rotate(229deg) brightness(97%) contrast(96%);
  --hz-filter--borderControlsHover: invert(30%) sepia(79%) saturate(1599%)
    hue-rotate(179deg) brightness(97%) contrast(102%);
  --hz-filter--borderControlsSelected: invert(26%) sepia(100%) saturate(1077%)
    hue-rotate(181deg) brightness(101%) contrast(89%);
  --hz-filter--borderOutlineFocus: invert(31%) sepia(53%) saturate(7368%)
    hue-rotate(192deg) brightness(98%) contrast(101%);
  --hz-filter--dashboardChartBlue: invert(30%) sepia(92%) saturate(937%)
    hue-rotate(180deg) brightness(93%) contrast(99%);
  --hz-filter--dashboardChartRoyal: invert(21%) sepia(21%) saturate(7425%)
    hue-rotate(294deg) brightness(88%) contrast(90%);
  --hz-filter--dashboardChartTerra: invert(96%) sepia(92%) saturate(6659%)
    hue-rotate(303deg) brightness(97%) contrast(94%);
  --hz-filter--dashboardChartNavyblue: invert(33%) sepia(36%) saturate(6195%)
    hue-rotate(189deg) brightness(93%) contrast(101%);
  --hz-filter--dashboardChartGreen: invert(64%) sepia(63%) saturate(304%)
    hue-rotate(112deg) brightness(91%) contrast(87%);
  --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;
}
