@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
  font-family: Pluto Sans Condensed;
  src: url(/dot/static/fonts/Pluto-Sans-Cond-Bold.otf);
}


body {
	font-family: 'Pluto Sans Condensed';
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

#app {
	width: 100%;
}

.font-sans {
  font-family: 'Noto Sans', 'sans-serif';
}

.spinner {
  animation: rotate 1.4s linear infinite;
  -webkit-animation: rotate 1.4s linear infinite;
  -moz-animation: rotate 1.4s linear infinite;
}
.spinner-dot {
  position: relative;
  top: 0;
}

.storyblok-paragraph p {
    margin-bottom: 1em;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.circlepath {
  stroke-dasharray: 170;
  stroke-dashoffset: 20;
}

