body{font:400 16px/1.6 "Schibsted Grotesk", sans-serif; }
.header{background:none;}
h1.site-title{font-size:2rem;}
.site-nav {
    max-width: var(--site-width);
}
a{color:#4385BE;}
article{border-bottom:2px solid #F2F0E5;}
.bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(80px);
}

.blob {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0.6;
}

.blob-1 {
  background: #d1e9ff;
  top: -10%;
  left: -10%;
}

.blob-2 {
  background: #ffe4e6;
  bottom: -10%;
  right: -5%;
}

.blob-3 {
  background: #fef3c7;
  top: 40%;
  left: 10%;
}

.arrow{font-family: Inter;}