/* Keep Ashby default fonts — just control background + width */
:root{
  --colorAppBackground: #F7F5F2;
  --colorNeutral000: #F7F5F2;

  /* This is the key: widen the internal layout */
  --widthMaxJobBoard: 1100px;
}

html, body {
  background: #F7F5F2 !important;
}
