@mixin applyBorderBox {
  &,
  * {
    box-sizing: border-box;
  }
}
