@import "pico.min.css";
@import "fonts/Audiowide/Audiowide.css";

:root {
    --pico-line-height: 1.25;
    --pico-font-size: 100%;
}

.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  height: 100vh;
}

body > footer {
  position: sticky;
  top: 100vh;
}