:root {
  --white: #E4EAF1;
  --black: #16181B;
}


html {
  background: red;
}

body {
  background: var(--white);
  color: var(--black);
  width: 300px;
}