@import url("/products.css");
@import url("menu.css");
@import url("checkout.css");

body,
h1,
span {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
