@font-face {
  font-family: 'Avenir Next';
  src:  url(/0f0d1297cbab68a076b9.woff2) format('woff2'),
  url(/9e721569d5271756774e.woff) format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src:  url(/ffcf7d262a9e4907e069.woff2) format('woff2'),
  url(/05182deab8be5ee92c17.woff) format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src:  url(/f033b66b803cabbd66b5.woff2) format('woff2'),
  url(/4a392b4ac7128c077b27.woff) format('woff');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(/cfcf1bcacc4a11980205.woff2) format('woff2'),
  url(/cc045d78175fab1f3c22.woff) format('woff');
  font-weight: 700;
  font-display: swap;
}

:root {
  --min-screen-width: 320px;
  --header-background-color: transparent;
}

html {
  overflow-x: hidden;
}

canvas {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: screen;
}

* {
  font-family: 'Avenir Next', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 320px;
  min-height: var(--full-height, 100vh);
  color: #fff;
  background: var(--body-background-color);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0;
}

#root {
  position: relative;
  height: var(--full-height, 100vh);
}

/* Modern CSS Reset - https://dev.to/hankchizljaw/a-modern-css-reset-6p3 */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

#root .analyzingCarousel {
  margin: -30px -20px;
  padding: 30px 20px;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.fade-enter {
  opacity: 0;

}

.fade-enter {
  opacity: 0;
  z-index: 1;
}

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 350ms ease-in;
}

.fade-exit {
  opacity: 1;
  z-index: -1;
  position: relative;
}
.fade-exit.fade-exit-active {
  opacity: 0;
  z-index: -1;
  position: relative;
}


/*# sourceMappingURL=app.bundle.css.map*/