body {
  font-size: 1em;
}

#cy-100 {
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.5em;
}

#block-container {
  scroll-snap-type: y mandatory;
}

.grid-item--full {
  scroll-snap-align: start;
}

#cy {
  width: 90vw;
  height: 95vh;
  display: block;
  position: relative;
  left: 5vw;
  top: -5vh;
  font-size: 0.5em;
  scroll-snap-align: center;
}

/* cy > node styles */
#cy h3{
    font-size: 12em;
}

#cy .level-1{
    font-size: 3em;
    width: 30em;
    padding: 0.5em;
}
#cy .level-2{
    font-size: 2em;
    width: 30em;
    padding: 0.5em;
}
#cy .level-3{
    font-size: 1.33em;
    width: 30em;
    padding: 0.5em;
}

#menu {
  z-index: 99;
  width: 15vw;
  height: 100vh;
  display: block;
  position: fixed;
  left: 0;
  top: 20%;
  font-size: 0.7em;
}

.text-block {
  width: 60vw;
  display: block;
  position: relative;
  left: 20%;
  top: 10%;
  font-size: 1em;
}


@font-face {
  font-family: plex;
  src: url("https://anarchive.fo.am/fonts/IBMPlexSans-Light-Latin1.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: plex;
  src: url("https://anarchive.fo.am/fonts/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: digiac;
  src: url("https://anarchive.fo.am/fonts/Digiac.woff");
  font-display: swap;
}


.node-text {
  position: fixed;
  top: 0;
  left: 0;
  font-family: plex;
  font-style: normal;
}
