:root {
  --bg: #f4f6f8;
  --paper: #fff;
  --white: #fff;
  --ink: #15171a;
  --muted: #68707c;
  --line: #e3e7ec;
  --dark: #101216;
  --dark2: #1a1d22;
  --accent: #f04438;
  --blue: #356dff;
  --shadow: 0 22px 60px rgba(16, 24, 40, .1);
  --soft: 0 10px 30px rgba(16, 24, 40, .08);
  --radius: 24px;
  --tap-size: 44px;
  --content-width: 1340px;
}
