body {
  background-color: var(--surface-ground);
  font-family: var(--font-family);
  font-weight: normal;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: .5em;
  margin-bottom: 50px;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p { line-height: 1.5; margin: 0 0 1rem 0; }
p.danger { color: #f75965; }
p.warning { color: #ffca28; }
p.info { color: #56bdff; }

.card {
  background: var(--surface-card);
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.tabs span {
  cursor: pointer;
  font-weight: 600;
}

.tabs span.highlight {
  color: #8dd0ff;
}

.p-datatable-emptymessage td {
  font-style: italic;
  text-align: center !important;
}

.p-fileupload {
  display: inline-block !important;
}

.copy {
  font-size: smaller;
  font-style: italic;
  margin: 0.5rem 0 0 0;
}