@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&display=swap");
:root {
  --bg: #ffffff;
  --ink: #1a1a1a;
  --header: #ffffff;
  --header-ink: #1a1a1a;
  --accent: #ff5a00;
  --cta: #ff5a00;
  --cta-ink: #ffffff;
  --card: #ffffff;
  --line: #eeeeee;
  --mute: #666666;
  --font: "DM Sans", system-ui, sans-serif;
  --display: "DM Sans", "DM Sans", system-ui, sans-serif;
  --radius: 999px;
  --logo-h: 38px;
  --scheme: light;
}

