@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap");
:root {
  --bg: #f3f6fb;
  --ink: #152033;
  --header: #ffffff;
  --header-ink: #152033;
  --accent: #2f6fed;
  --cta: #2f6fed;
  --cta-ink: #ffffff;
  --card: #ffffff;
  --line: #d5deea;
  --mute: #5c6b80;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Manrope", "Manrope", system-ui, sans-serif;
  --radius: 12px;
  --logo-h: 34px;
  --scheme: light;
}

