:root {
  --ink: #0b1830;
  --muted: #52647c;
  --brand: #3146ff;
  --brand-dark: #101f9d;
  --accent: #00bcd4;
  --accent-soft: #def9ff;
  --sky: #eef5ff;
  --paper: #ffffff;
  --canvas: #f4f7fb;
  --line: #dce5ef;
  --warning: #fff0e9;
  --danger: #b42318;
  --success: #067647;
  --radius-sm: .65rem;
  --radius: .45rem;
  --radius-lg: .75rem;
  --shadow: 0 24px 70px rgba(22, 42, 105, .13);
  --font-heading: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --container: 1180px;
}
