/* --- TEXT --- */

h1 {
  font-size: 4rem;
  font-weight: 900;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
  font-weight: 700;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
  font-weight: 500;
}
h6 {
  font-size: 12px;
  font-weight: 200;
}

html,
body {
  isolation: auto !important;
}

model-viewer::backdrop,
model-viewer::part(*) {
  z-index: 0 !important;
}

.public-handle {
  color: rgb(170, 170, 170);
  font-size: 0.8rem;
  font-weight: 500;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.public-handle:hover {
  color: rgb(100, 100, 100);
}
