:root {
  --clr-white: #fff;
  --clr-blue: #0057ff;
  --clr-red: #ff0000;

  --clr-black: #000;
  --clr-black-light: #555;

  --crl-grey: #949494;
  --crl-grey-light: #eee;
  --border-radius: 8px;
  --page-width: 1366px;
  --container-width: 1150px;
}
