@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");
:root {
  --bg: #ffffff;
  --ink: #111111;
  --header: #050505;
  --header-ink: #ffffff;
  --accent: #04f77c;
  --cta: #04f77c;
  --cta-ink: #05210f;
  --card: #ffffff;
  --line: #ececec;
  --mute: #555555;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Outfit", "Outfit", system-ui, sans-serif;
  --radius: 999px;
  --logo-h: 46px;
  --scheme: light;
}

