/* Background styles - in public/ to avoid Vite __VITE_PUBLIC_ASSET__ resolution warnings */
body {
  background-color: #00356b;
  background-image: url("/media/wecantkeepup-small.jpg");
  background-image: image-set(
    url("/media/wecantkeepup-small.jpg") 1x,
    url("/media/wecantkeepup-medium.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#root {
  min-height: 100vh;
}
