@charset "UTF-8";

:root{
  --content_width: 100vw;
}

@media screen and (min-width: 480px) {
  :root{
    --content_width: 480px;
  }
}