:root {
  --ink: #090909;
  --night: #0b0a12;
  --night-2: #11101b;
  --panel: #171321;
  --line: rgba(235, 229, 255, .14);
  --white: #ffffff;
  --paper: #f7f3ff;
  --muted: #a7a0b8;
  --lilac: #9b6cff;
  --lilac-soft: #d9c7ff;
  --cyan: #67e8f9;
  --mint: #4be3be;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}
