@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root{
  --bg:#111416;
  --bg-2:#171c1f;
  --panel:#1c2226;
  --white:#fff;
  --text:#142025;
  --muted:#61707b;
  --line:rgba(20,32,37,.09);
  --lime:#6ab826;
  --lime-2:#a5d63f;
  --lime-soft:rgba(106,184,38,.12);
  --shadow:0 24px 60px rgba(0,0,0,.16);
  --radius:28px;
  --container:min(1240px, calc(100% - 32px));
  --space:clamp(72px, 9vw, 120px);
  --font-sans:Inter,system-ui,sans-serif;
}
