/* Page-level resets and shared utilities for crafting-momentum */

.cm-page {
  background-color: var(--color-surface-primary);
  color: var(--color-text-primary);
  font-family: var(--font-family-body);
}

/* Shared structural accent */
.cm-structural-accent {
  width: 2px;
  height: 2rem;
  background-color: var(--color-brand-secondary);
  flex-shrink: 0;
  display: block;
}

/* Shared label text style */
.cm-label-text {
  font-family: var(--font-family-body);
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-brand-primary);
  font-weight: var(--font-weight-medium);
}

/* Material Symbols base */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
