/*
 * Noiwic Studio — brand override layer
 * Non-invasive: only re-points accent variables to the Noiwic amber palette
 * and applies a subtle wordmark accent.
 * Loaded AFTER style.css so it always wins the cascade.
 */

:root {
  --deep-saffron: hsl(38, 92%, 50%);
  --dark-orange: hsl(35, 96%, 53%);
  --tangerine: hsl(38, 92%, 50%);
  --cinnabar: hsl(35, 96%, 53%);
  --champagne-pink: hsl(38, 50%, 88%);
  --champagne-pink_20: hsla(38, 50%, 88%, 0.2);
  --desert-sand: hsl(38, 40%, 80%);
  --isabelline: hsl(38, 40%, 96%);
}

.logo {
  letter-spacing: -0.01em;
  text-transform: lowercase;
}

.logo .span,
.logo .span:before {
  color: hsl(38, 92%, 50%);
}

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

.btn-hover,
.btn-primary {
  --bg-color: hsl(38, 92%, 50%);
}
