:root {
  --primary: #3d449a;
  --primary-hover: #30367e;
  --brand-logo: #2d3385;
  --ink: #171920;
  --muted: #505663;
  --paper: #f2f3f5;
  --white: #ffffff;
  --night: #14172d;
  --deep: #22274f;
  --line: #b4bac6;
  --font: 'Manrope', Arial, sans-serif;
  --container: 1344px;
  --gutter: 48px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --header-height: 80px;
}
