:root {
  --brand-darkest: #101928;
  --brand-dark: #124C4B;
  --brand: #2DA39F;
  --brand-bright: #37C0BB;
  --brand-deep: #1B6967;
  --brand-tint: #DFF1ED;
  --brand-highlight: #DFF1ED;
  --bg: #F2FAF9;
  --line: #D9ECE9;
  --muted: #5C6B69;
  --ink: #181818;
  --wm-accent-dark: #DFF1ED;
  --wm-accent-light: #2DA39F;
  --head: "Poppins", -apple-system, "Segoe UI", Roboto, sans-serif;
  --body: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
}
