:root {
  --o: #f5a020;
  --od: #d4880a;
  --og: rgba(245, 160, 32, 0.18);
  --b: #1b7db8;
  --bl: #2a95d4;
  --bp: rgba(27, 125, 184, 0.12);
  --g: #ffcc00;
  --gd: #d4a800;
  --gg: rgba(255, 204, 0, 0.15);
  --k: #0a0a0a;
  --k2: #111;
  --k3: #1a1a1a;
  --w: #fdfcf8;
  --w6: rgba(253, 252, 248, 0.6);
  --w3: rgba(253, 252, 248, 0.3);
  --w1: rgba(253, 252, 248, 0.08);
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--k);
  color: var(--w);
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.5;
}
