*,
*::before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: fontSize(small);
}
