:root {  
  --body-color: #fcfdfe;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: var(--body-color)
}
