body {
  margin: 0;
  line-height: normal;
}

:root {
  /* fonts */
  --font-metropolis: Metropolis;
  --font-alexandria: Alexandria;

  /* font sizes */
  --font-size-base: 16px;
  --font-size-21xl: 40px;

  /* Colors */
  --color-white: #fff;
}
