/* The landing page's look, one concern per file.
   page    the colours, the type, the sheet that scrolls over the island
   decline the island losing its colour behind the words
   hero    the first screen
   story   the story, set to be read
   bands   the headed sections and their rows of pictures
   frame   a picture in a frame, or the empty frame
   open    made in the open: the devlog's totals
   begin   signing in and going ashore
   The nav and the ask are shared with the devlog (src/site/styles). */

@import url("../../site/styles/nav.css");
@import url("../../site/styles/support.css");
@import url("./page.css");
@import url("./decline.css");
@import url("./hero.css");
@import url("./story.css");
@import url("./bands.css");
@import url("./frame.css");
@import url("./open.css");
@import url("./begin.css");
