:root {
  /* Layout */
  --site-header-height: 54px;
  --site-footer-height: max(420px, 55vh);

  /* Borders */
  --border-width-1: 1px;

  /* Radius */
  --radius-none: 0;
  --radius-sm: 0.2em;
  --radius-tab: 8px;
  --radius-full: 50%;

  /* Motion */
  --duration-fast: 0.2s;
  --duration-normal: 0.35s;
  --ease-default: ease;

  /* Form controls */
  --input-height-1: 2rem;

  /* Z-index */
  --z-header-chrome: 2;
  --z-header-menu: 1;
  --z-trip-toolbar: 19;
  --z-header: 25;
  --z-chat-widget: 30;
  --z-dropdown: 400;
  --z-datepicker: 1000;
}
