@import url("https://use.typekit.net/wyj2oil.css");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 24px; }

.wf-loading {
  visibility: hidden; }

body,
h1,
h2,
h3,
h4 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: 1rem; }

body {
  color: black;
  background: white;
  line-height: 1.2; }

p {
  max-width: 33rem;
  margin-bottom: 1rem; }

em {
  font-style: normal; }

.container {
  background: white;
  padding: 1rem;
  height: 100vh; }

a {
  color: black;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1.5px solid black;
  transition: color 400ms ease-in-out, border-color 400ms linear; }
  a:hover {
    cursor: pointer;
    color: lime;
    border-color: lime; }

/*CURSOR---------------------*/
#bg {
  position: absolute;
  min-height: 100vh;
  overflow: hidden;
  pointer-events: none; }

#cursor {
  width: 300px;
  height: 300px;
  filter: blur(30px);
  position: absolute;
  border-radius: 50%;
  z-index: 40;
  mix-blend-mode: screen;
  pointer-events: none; }

.gradient {
  background: linear-gradient(to bottom right, red 20%, #00e600 50%, blue 80%) no-repeat; }

::selection {
  background: black;
  color: white; }

::-moz-selection {
  background: black;
  color: white; }

@media screen and (max-width: 680px) {
  #cursor {
    display: none; } }

/*# sourceMappingURL=style-temp.css.map */
