@import "https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow: auto;
}

[v-cloak] {
  display: none;
}

.container {
  width: 500px;
}

.dataSource {
  font-weight: bold;
}

.sheet {
  margin-left: 10px;
}

.fieldSheet {
  margin-left: 15px;
  font-size: 12px;
}

.tabicon {
  margin-right: 5px;
}

.error {
  color: #cc0f35;
}

.wholeWidth {
  width: 100%;
}
