:root {
  --brand: #68be46;
  --action: #347a2a;
  --action-hover: #285f21;
  --tint: #edf7e9;
  --ink: #12151c;
  --slate: #667085;
  --bg: #f6f7f9;
  --muted: #e8eaee;
  --border: #dcdde5;
  --white: #ffffff;
  --warning: #a15c00;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --container: 1200px;
  --shadow-sm: 0 4px 18px rgba(18, 21, 28, .06);
  --shadow-md: 0 16px 40px rgba(18, 21, 28, .12);
  --font-main: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
