html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
  color: var(--aciz-color-text);
}

body {
  margin: 0;
  background: var(--aciz-color-bg-page);
}

a {
  color: var(--aciz-color-primary);
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0;
}

.aciz-page-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.94rem;
  line-height: 1.15;
  font-weight: 600;
  color: var(--aciz-color-text-strong);
}

.aciz-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--aciz-color-text-muted);
}
