@font-face {
  font-family: 'Gridnik-Light';
  src: url("../../Fonts/FoundryGridnik-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

body {
  background-color: #212121;
  color: silver;
  font-family: "Gridnik-Light", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotateY(-25deg);
          transform: rotateY(-25deg); }

h1 {
  color: #6cc6b4;
  border-bottom: 1px solid #666666;
  font-size: 10em;
  text-shadow: 0px 1px 12px rgba(255, 255, 255, 0.2); }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=bubbles-styles.css.map */
