:root {
  --accent: #2a90a7;
  --accent-dark: #1f7387;
  --accent-soft: #e8f4f7;
  --berry: #e81a65;
  --citrus: #fec339;
  --ink: #010101;
  --body: #6a6a6a;
  --muted: #8a8a8a;
  --bg: #ffffff;
  --bg-soft: #fafafa;
  --line: #e5e5e5;

  --radius-sm: 0px;
  --radius: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, .07);
  --shadow: 0 4px 16px rgba(0, 0, 0, .09);
  --shadow-lg: 0 10px 34px rgba(0, 0, 0, .12);
  --maxw: 1000px;
  --gutter: 20px;
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}