:root {
  /****************************************************************
  * Font Size
  * Variables for controlling the font size of an element.
  * font-size: var(--text-xs);
  *****************************************************************/
  --text-2xs:   0.625rem;  /* 10px */

  /****************************************************************
  * Max Inline Sizes
  *****************************************************************/
  --max-i-5xs: 12rem; /* 224px */
  --max-i-4xs: 14rem; /* 224px */
}
