: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--textContrastHigh: #fbfbfa;
  --hz-color--textContrastLow: #000000;
  --hz-color--textLinkDefault: #116db4;
  --hz-color--textLinkHover: #007bc5;
  --hz-color--textLinkActive: #0e4d92;
  --hz-color--textLinkVisited: #116db4;
  --hz-color--textControlsSelected: #116db4;
  --hz-color--textControlsHover: #116db4;
  --hz-color--textControlsDefault: #2d3c4d;
  --hz-color--textPlaceholder: #586f89;
  --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--backgroundBrandPrimary: #eda566;
  --hz-color--backgroundBrandPrimaryAlt: #d88254;
  --hz-color--backgroundBrandPrimarySoft: #fdf6f0;
  --hz-color--backgroundBrandSecondary: #2d3c4d;
  --hz-color--backgroundBrandTertiary: #116db4;
  --hz-color--backgroundDefault: #ffffff;
  --hz-color--backgroundDefaultInverse: #252524;
  --hz-color--backgroundSecondary: #f7f7f6;
  --hz-color--backgroundPrimaryButtonDefault: #116db4;
  --hz-color--backgroundPrimaryButtonHover: #007bc5;
  --hz-color--backgroundPrimaryButtonActive: #0e4d92;
  --hz-color--backgroundSecondaryButtonDefault: #ffffff;
  --hz-color--backgroundSecondaryButtonHover: #eaf7fe;
  --hz-color--backgroundSecondaryButtonActive: #e0f3fd;
  --hz-color--backgroundSecondaryButtonErrorDefault: #ffffff;
  --hz-color--backgroundSecondaryButtonErrorHover: #fef2f5;
  --hz-color--backgroundSecondaryButtonErrorActive: #fdebf0;
  --hz-color--backgroundControlsDefault: #ffffff;
  --hz-color--backgroundControlsHover: #e0f3fd;
  --hz-color--backgroundControlsSelected: #116db4;
  --hz-color--backgroundLoadingSkeleton: #e5e5e4;
  --hz-color--backgroundLoadingSpinner: #116db4;
  --hz-color--backgroundOverlayDefault: #000099;
  --hz-color--backgroundOverlayAlt: #ffff99;
  --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--textOnBackgroundDefaultInverse: #fbfbfa;
  --hz-color--textOnBackgroundSecondary: #2d3c4d;
  --hz-color--textOnBackgroundPrimaryButtonDefault: #fbfbfa;
  --hz-color--textOnBackgroundSecondaryButtonDefault: #116db4;
  --hz-color--textOnBackgroundSecondaryButtonErrorDefault: #c5283d;
  --hz-color--borderSoft: #e5e5e4;
  --hz-color--borderMedium: #c2c2c1;
  --hz-color--borderStrong: #929292;
  --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-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(18%) saturate(887%)
    hue-rotate(171deg) brightness(98%) contrast(92%);
  --hz-filter--textSecondary: invert(40%) sepia(9%) saturate(1715%)
    hue-rotate(171deg) brightness(85%) contrast(83%);
  --hz-filter--textBrandPrimary: invert(90%) sepia(32%) saturate(3610%)
    hue-rotate(309deg) brightness(95%) contrast(95%);
  --hz-filter--textBrandSecondary: invert(20%) sepia(29%) saturate(554%)
    hue-rotate(171deg) brightness(95%) contrast(92%);
  --hz-filter--textSuccess: invert(32%) sepia(7%) saturate(3914%)
    hue-rotate(106deg) brightness(102%) contrast(83%);
  --hz-filter--textError: invert(28%) sepia(31%) saturate(4639%)
    hue-rotate(330deg) brightness(81%) contrast(98%);
  --hz-filter--textWarning: invert(34%) sepia(24%) saturate(3052%)
    hue-rotate(345deg) brightness(94%) contrast(84%);
  --hz-filter--textInfo: invert(27%) sepia(96%) saturate(1387%)
    hue-rotate(186deg) brightness(93%) contrast(87%);
  --hz-filter--textContrastHigh: invert(100%) sepia(3%) saturate(6588%)
    hue-rotate(316deg) brightness(115%) contrast(100%);
  --hz-filter--textContrastLow: invert(0%) sepia(85%) saturate(7428%)
    hue-rotate(22deg) brightness(126%) contrast(101%);
  --hz-filter--textLinkDefault: invert(30%) sepia(73%) saturate(5840%)
    hue-rotate(192deg) brightness(89%) contrast(87%);
  --hz-filter--textLinkHover: invert(31%) sepia(41%) saturate(2521%)
    hue-rotate(176deg) brightness(103%) contrast(106%);
  --hz-filter--textLinkActive: invert(22%) sepia(94%) saturate(1002%)
    hue-rotate(186deg) brightness(94%) contrast(100%);
  --hz-filter--textLinkVisited: invert(31%) sepia(98%) saturate(844%)
    hue-rotate(174deg) brightness(92%) contrast(92%);
  --hz-filter--textControlsSelected: invert(45%) sepia(93%) saturate(6325%)
    hue-rotate(191deg) brightness(87%) contrast(87%);
  --hz-filter--textControlsHover: invert(26%) sepia(98%) saturate(1195%)
    hue-rotate(184deg) brightness(99%) contrast(89%);
  --hz-filter--textControlsDefault: invert(22%) sepia(27%) saturate(537%)
    hue-rotate(171deg) brightness(93%) contrast(97%);
  --hz-filter--textPlaceholder: invert(40%) sepia(35%) saturate(361%)
    hue-rotate(171deg) brightness(97%) contrast(92%);
  --hz-filter--signalSuccessDefault: invert(29%) sepia(94%) saturate(349%)
    hue-rotate(106deg) brightness(95%) contrast(83%);
  --hz-filter--signalSuccessSoft: invert(97%) sepia(7%) saturate(297%)
    hue-rotate(107deg) brightness(97%) contrast(98%);
  --hz-filter--signalErrorDefault: invert(25%) sepia(84%) saturate(1819%)
    hue-rotate(329deg) brightness(83%) contrast(99%);
  --hz-filter--signalErrorSoft: invert(92%) sepia(8%) saturate(5046%)
    hue-rotate(192deg) brightness(123%) contrast(98%);
  --hz-filter--signalWarningDefault: invert(34%) sepia(87%) saturate(554%)
    hue-rotate(334deg) brightness(90%) contrast(92%);
  --hz-filter--signalWarningSoft: invert(99%) sepia(4%) saturate(1735%)
    hue-rotate(11deg) brightness(108%) contrast(95%);
  --hz-filter--signalInfoDefault: invert(30%) sepia(92%) saturate(1251%)
    hue-rotate(185deg) brightness(86%) contrast(90%);
  --hz-filter--signalInfoSoft: invert(88%) sepia(15%) saturate(384%)
    hue-rotate(181deg) brightness(105%) contrast(98%);
  --hz-filter--textOnSignalSuccessDefault: invert(97%) sepia(1%) saturate(7489%)
    hue-rotate(193deg) brightness(112%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(36%) sepia(8%) saturate(3115%)
    hue-rotate(106deg) brightness(94%) contrast(92%);
  --hz-filter--textOnSignalErrorDefault: invert(92%) sepia(6%) saturate(25%)
    hue-rotate(22deg) brightness(106%) contrast(98%);
  --hz-filter--textOnSignalErrorSoft: invert(21%) sepia(100%) saturate(1886%)
    hue-rotate(333deg) brightness(89%) contrast(92%);
  --hz-filter--textOnSignalWarningDefault: invert(99%) sepia(3%) saturate(1994%)
    hue-rotate(309deg) brightness(112%) contrast(96%);
  --hz-filter--textOnSignalWarningSoft: invert(29%) sepia(81%) saturate(740%)
    hue-rotate(338deg) brightness(105%) contrast(88%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(0%) saturate(5459%)
    hue-rotate(329deg) brightness(123%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(35%) sepia(92%) saturate(717%)
    hue-rotate(169deg) brightness(87%) contrast(95%);
  --hz-filter--backgroundBrandPrimary: invert(67%) sepia(73%) saturate(385%)
    hue-rotate(336deg) brightness(99%) contrast(88%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(68%) sepia(7%) saturate(4134%)
    hue-rotate(330deg) brightness(88%) contrast(90%);
  --hz-filter--backgroundBrandPrimarySoft: invert(95%) sepia(89%) saturate(396%)
    hue-rotate(292deg) brightness(110%) contrast(98%);
  --hz-filter--backgroundBrandSecondary: invert(17%) sepia(53%) saturate(366%)
    hue-rotate(171deg) brightness(100%) contrast(88%);
  --hz-filter--backgroundBrandTertiary: invert(34%) sepia(42%) saturate(1966%)
    hue-rotate(178deg) brightness(92%) contrast(92%);
  --hz-filter--backgroundDefault: invert(93%) sepia(94%) saturate(26%)
    hue-rotate(27deg) brightness(107%) contrast(106%);
  --hz-filter--backgroundDefaultInverse: invert(9%) sepia(1%) saturate(2426%)
    hue-rotate(21deg) brightness(94%) contrast(86%);
  --hz-filter--backgroundSecondary: invert(98%) sepia(27%) saturate(5637%)
    hue-rotate(197deg) brightness(137%) contrast(93%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(31%) sepia(84%)
    saturate(1130%) hue-rotate(180deg) brightness(90%) contrast(92%);
  --hz-filter--backgroundPrimaryButtonHover: invert(32%) sepia(77%)
    saturate(3273%) hue-rotate(183deg) brightness(91%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(17%) sepia(63%)
    saturate(2793%) hue-rotate(200deg) brightness(100%) contrast(89%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(100%)
    saturate(0%) hue-rotate(357deg) brightness(105%) contrast(101%);
  --hz-filter--backgroundSecondaryButtonHover: invert(87%) sepia(7%)
    saturate(717%) hue-rotate(187deg) brightness(107%) contrast(104%);
  --hz-filter--backgroundSecondaryButtonActive: invert(88%) sepia(5%)
    saturate(1223%) hue-rotate(185deg) brightness(104%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(100%) sepia(0%)
    saturate(5309%) hue-rotate(51deg) brightness(108%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(93%) sepia(2%)
    saturate(3268%) hue-rotate(229deg) brightness(104%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(95%) sepia(5%)
    saturate(610%) hue-rotate(356deg) brightness(106%) contrast(99%);
  --hz-filter--backgroundControlsDefault: invert(93%) sepia(95%) saturate(4%)
    hue-rotate(191deg) brightness(105%) contrast(100%);
  --hz-filter--backgroundControlsHover: invert(98%) sepia(87%) saturate(6730%)
    hue-rotate(177deg) brightness(92%) contrast(147%);
  --hz-filter--backgroundControlsSelected: invert(26%) sepia(76%)
    saturate(2226%) hue-rotate(189deg) brightness(89%) contrast(87%);
  --hz-filter--backgroundLoadingSkeleton: invert(99%) sepia(3%) saturate(1762%)
    hue-rotate(315deg) brightness(110%) contrast(80%);
  --hz-filter--backgroundLoadingSpinner: invert(25%) sepia(75%) saturate(5374%)
    hue-rotate(193deg) brightness(92%) contrast(87%);
  --hz-filter--backgroundOverlayDefault: invert(13%) sepia(54%) saturate(5524%)
    hue-rotate(239deg) brightness(80%) contrast(141%);
  --hz-filter--backgroundOverlayAlt: invert(89%) sepia(46%) saturate(378%)
    hue-rotate(360deg) brightness(106%) contrast(105%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(20%) sepia(9%)
    saturate(1798%) hue-rotate(172deg) brightness(97%) contrast(91%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(90%)
    saturate(7460%) hue-rotate(187deg) brightness(88%) contrast(108%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(6%)
    saturate(7477%) hue-rotate(262deg) brightness(96%) contrast(99%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(84%) sepia(0%)
    saturate(7468%) hue-rotate(148deg) brightness(113%) contrast(104%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(64%) sepia(37%)
    saturate(524%) hue-rotate(346deg) brightness(101%) contrast(98%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(0%)
    saturate(7498%) hue-rotate(124deg) brightness(92%) contrast(112%);
  --hz-filter--textOnBackgroundDefaultInverse: invert(100%) sepia(0%)
    saturate(7500%) hue-rotate(164deg) brightness(95%) contrast(107%);
  --hz-filter--textOnBackgroundSecondary: invert(23%) sepia(31%) saturate(427%)
    hue-rotate(172deg) brightness(94%) contrast(102%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(100%) sepia(0%)
    saturate(7466%) hue-rotate(52deg) brightness(90%) contrast(110%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(32%) sepia(63%)
    saturate(4577%) hue-rotate(190deg) brightness(84%) contrast(87%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(16%)
    sepia(39%) saturate(6098%) hue-rotate(339deg) brightness(112%) contrast(86%);
  --hz-filter--borderSoft: invert(100%) sepia(1%) saturate(574%)
    hue-rotate(18deg) brightness(92%) contrast(95%);
  --hz-filter--borderMedium: invert(86%) sepia(0%) saturate(391%)
    hue-rotate(140deg) brightness(93%) contrast(86%);
  --hz-filter--borderStrong: invert(64%) sepia(1%) saturate(0%)
    hue-rotate(181deg) brightness(90%) contrast(91%);
  --hz-filter--borderError: invert(20%) sepia(57%) saturate(3352%)
    hue-rotate(336deg) brightness(97%) contrast(87%);
  --hz-filter--borderSecondaryButtonDefault: invert(30%) sepia(29%)
    saturate(3938%) hue-rotate(186deg) brightness(94%) contrast(87%);
  --hz-filter--borderSecondaryButtonError: invert(16%) sepia(79%)
    saturate(2878%) hue-rotate(337deg) brightness(107%) contrast(89%);
  --hz-filter--borderInputsDefault: invert(53%) sepia(53%) saturate(0%)
    hue-rotate(230deg) brightness(97%) contrast(98%);
  --hz-filter--borderInputsHover: invert(46%) sepia(84%) saturate(4891%)
    hue-rotate(182deg) brightness(87%) contrast(101%);
  --hz-filter--borderInputsError: invert(18%) sepia(87%) saturate(2849%)
    hue-rotate(338deg) brightness(92%) contrast(87%);
  --hz-filter--borderControlsDefault: invert(64%) sepia(0%) saturate(1%)
    hue-rotate(334deg) brightness(92%) contrast(88%);
  --hz-filter--borderControlsHover: invert(52%) sepia(86%) saturate(6192%)
    hue-rotate(183deg) brightness(91%) contrast(101%);
  --hz-filter--borderControlsSelected: invert(24%) sepia(94%) saturate(1725%)
    hue-rotate(189deg) brightness(97%) contrast(87%);
  --hz-filter--borderOutlineFocus: invert(53%) sepia(100%) saturate(5010%)
    hue-rotate(187deg) brightness(87%) contrast(101%);
  --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;
}
