@font-face {
  font-family: 'LilNetwork';
  src: url('assets/LilNetwork-Regular.woff') format('woff');
  font-display: swap;
  font-weight: 300;
}

::selection {
  color: white;
  background: rgba(0, 0, 255, 0.99);
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: black;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  padding: 1em;
  font-family: 'Arial';
  font-size: 18px;
  color: black;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  margin: 0;
  font-size: 51em;
  font-weight: 300;
  line-height: 0.8;
}

.nice {
  color: white;
  text-shadow: 0em -0.003em 0.008em rgba(0, 0, 0, 0.1);
}

a, a:visited {
  color: black;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  margin: 0.5em 0 0 0;
}

.invert {
  filter: invert(100);
  background: black;
}

.flex {
  display: flex;
  width: 100%;
}

.left {
  max-width: 500px;
}

.right {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 700px;
}

.sample:hover {
  cursor: crosshair;
}

#info {
  position: fixed;
  font-size: 1em;
  color: black;
  background: transparent;
  border-radius: 5px;
  z-index: 10;
}

.glyphs-file {
  max-width: 3em;
}

.download:hover {
  cursor: pointer;
}

.lil {
  font-family: 'LilNetwork', 'Arial', sans-serif;
  font-weight: 300;
  line-height: 1;
  border-radius: 9999px;
}

.lil:hover {
  cursor: crosshair;
}

.abc {
  margin: 0 0 1em 0;
  word-break: break-all;
}

.font-size-2 {
  margin: 0 0 0.4em 0;
  font-size: 2em;
}

.font-size-4 {
  font-size: 4em;
}

.font-size-8 {
  font-size: 8em;
}

.samples {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.samples.flip {
  transform: scale(-1, 1);
}

.samples.blur {
  filter: blur(5px);
}

.misc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0 0 0;
}

.misc small {
  margin: 0 1em;
  font-family: monospace;
  font-size: 0.7em;
}

.notes {
  column-count: 2;
  margin: 2em 0 0 0;
  font-family: monospace;
  font-size: 0.7em;
}

input[type="text"] {
  width: 100%;
  margin: 0.1em 0 0 0;
  font-family: 'LilNetwork', 'Arial', sans-serif;
  font-size: 2em;
}

@media screen and (max-width: 600px) {
  .flex {
    flex-flow: column nowrap;
  }

  img {
    width: 100%;
  }

  .right {
    margin: 2em 0 0 0;
  }

  .samples {
    align-items: flex-start;
    font-size: 0.5em;
  }
}
