@font-face {
  font-family: Estedad;
  font-style: normal;
  font-weight: 100;
  src: url("./font/woff2/Estedad-Thin.woff2") format("woff2"), url("./font/ttf/Estedad-Thin.ttf") format("ttf");
}
@font-face {
  font-family: Estedad;
  font-style: normal;
  font-weight: 300;
  src: url("./font/woff2/Estedad-Light.woff2") format("woff2"), url("./font/ttf/Estedad-Light.ttf") format("ttf");
}
@font-face {
  font-family: Estedad;
  font-style: normal;
  font-weight: 400;
  src: url("./font/woff2/Estedad-Regular.woff2") format("woff2"), url("./font/ttf/Estedad-Regular.ttf") format("ttf");
}
@font-face {
  font-family: Estedad;
  font-style: normal;
  font-weight: 950;
  src: url("./font/woff2/Estedad-Black.woff2") format("woff2"), url("./font/ttf/Estedad-Black.ttf") format("ttf");
}
body {
  font-family: Estedad;
  background-color: #080610;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%237158E2' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23080610' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%230c0915' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%230f0c19' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23120e1e' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23141122' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23151326' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%2317142a' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%2319162f' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%231b1733' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%231d1938' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%231f1a3c' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23211c41' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23231d46' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23251f4a' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%2328204f' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%232a2154' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%232c2358' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%232F245D' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.main {
  padding-bottom: 100px;
}/*# sourceMappingURL=style-sass.css.map */