/* Shared Axl Holdings exploration tokens */
:root {
  --void: #08090a;
  --coal: #111315;
  --charcoal: #181a1d;
  --smoke: #2a2d31;
  --ash: #878b8e;
  --bone: #e8e3d9;
  --brass: #a7814a;
  --line: rgba(232,227,217,.18);
  --serif: "Bodoni 72", "Didot", "Iowan Old Style", Georgia, serif;
  --sans: "Bahnschrift", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "Cascadia Mono", Consolas, monospace;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--void); color: var(--bone); }
body { -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.noise::after {
  content: ""; position: fixed; inset: 0; z-index: 50; pointer-events: none;
  opacity: .018;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; } }
