@import url(./font.css);

body * {
  font-family: "Open Sans", sans-serif;
}
button {
  touch-action: manipulation;
}
