/* Base layout + typography — portal-aligned. */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100vh;
  background: var(--orch-bg);
  color: var(--text);
  font-family: var(--font);
  font-weight: var(--orch-font-weight-body);
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0.3s ease, color 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
  font-weight: var(--orch-font-weight-heading);
  letter-spacing: -0.01em;
}

.archive-app {
  position: relative;
  z-index: 1;
}

.cinege-shell-top {
  position: relative;
  z-index: 10;
}
