@import "../";

:root {
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}
