/* ARTIS — Design Tokens */
:root {
  --gold: #C9A84C;
  --gold-l: #E8C96B;
  --gold-d: #9A7A2E;
  --obs: #0a0a0a;
  --obs2: #131313;
  --obs3: #1a1a1a;
  --obs4: #222222;
  --pearl: #F0EDE8;
  --pearl-d: #9A9590;
  --smoke: #585858;
  --ease: cubic-bezier(.16,1,.3,1);
  --max-w: 1380px;
  --pad: 9rem;
}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
