/*////////////////////////////////////
*    Configuration
////////////////////////////////////*/
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Sarpanch;
  src: url(../fonts/Sarpanch-Regular.ttf);
}
@font-face {
  font-family: Redressed;
  src: url(../fonts/Redressed-Regular.ttf);
}
html {
  font-size: 16px;
  line-height: 1.26;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
  width: 100%;
}

section {
  min-height: 300px;
  position: relative;
}

.heading {
  font-family: "Sarpanch", serif;
  letter-spacing: 1vw;
  font-size: 10vw;
  line-height: 1;
  font-weight: 900;
  color: #4d6593;
  mix-blend-mode: color-dodge;
}

row {
  display: flex;
  justify-content: space-around;
  max-width: 100%;
}
row > * {
  flex: 1;
}

circle {
  background: radial-gradient(rgba(200, 200, 230, 0.3) 50%, rgb(255, 255, 255) 95%);
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  mix-blend-mode: color-dodge;
}
circle.xs {
  width: 10px;
  height: 10px;
}
circle.sm {
  width: 15px;
  height: 15px;
}
circle.lg {
  width: 50px;
  height: 50px;
}
circle.xl {
  width: 100px;
  height: 100px;
}

.center {
  text-align: center;
}

.lightblue {
  background: rgb(200, 200, 230);
}

/*# sourceMappingURL=main.css.map */
