/**
 * The global styles override.
 */

* {
  box-sizing: border-box;
  /* Workaround for flexboxes. */
  min-width: 0;
}
