body, html {
  font-family: Nohemi, sans-serif;
  font-weight: 600;
  background: #F0F0F0;
  padding: 0;
  margin: 0;
  scroll-behavior: auto;
  cursor: none;
}
@font-face {
  font-family: Nohemi;
  src: url("fonts/nohemi/Nohemi-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Nohemi;
  src: url("fonts/nohemi/Nohemi-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: Nohemi;
  src: url("fonts/nohemi/Nohemi-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: Nohemi;
  src: url("fonts/nohemi/Nohemi-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: Schabo;
  src: url("fonts/schabo/SCHABO-Condensed.woff") format("woff");
  font-style: normal;
}
body a, html a {
  cursor: none;
}
body main, html main {
  padding-top: 10vh;
}

::selection {
  background: #0D8BFF;
  color: #F0F0F0;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #0D8BFF;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00182F;
}

div::selection, div::-moz-selection {
  background: #0D8BFF;
  color: #F0F0F0;
}

@media (pointer: fine) {
  .custom-cursor {
    z-index: 999999;
    position: fixed;
    width: 16px;
    height: 16px;
    background: linear-gradient(45deg, #0B7CFF, #11AEFF);
    border-radius: 50%;
    pointer-events: none;
    transform: scale(1);
    transition: transform 0.2s;
  }
}
.open-proyect {
  z-index: 999999;
  position: fixed;
  opacity: 0;
  display: flex;
  padding: 8px 24px;
  color: #F0F0F0;
  background: rgba(225, 225, 225, 0.3);
  border-radius: 1000px;
  font-size: 12px;
  transform: scale(0);
  backdrop-filter: blur(8px);
  transition: transform 0.2s;
}

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