/* Custom background color */
:root {
  --color-bg-primary: #FFF4D6;
}

body {
  background: #FFF4D6;
}
