/*
 * Noiwic Studio — brand override layer
 * Loaded AFTER style.css. Shifts the gold accent toward Noiwic amber and
 * tightens the wordmark, without touching any structural CSS.
 */

:root {
  --gold-crayola: hsl(38, 92%, 60%);
}

::selection {
  background: hsl(38, 92%, 50%);
  color: hsl(0, 0%, 4%);
}

.preload .text {
  font-family: var(--fontFamily-dm_sans), sans-serif;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}
