body {
      background-color: black;
      color: #e5e2e1;
      font-family: 'Inter', sans-serif;
    }

    /* h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: 'Geist', sans-serif;
    } */

    .glass-panel {
      background: rgba(13, 13, 14, 0.6);
      backdrop-filter: blur(12px);
      border: 1px solid #3b494b;
    }

    .bento-card {
      background-color: #0D0D0E;
      border: 1px solid #3b494b;
      transition: all 0.3s ease;
    }

    .bento-card:hover {
      background-color: #161618;
      border-color: #00dbe9;
      box-shadow: 0 0 0 1px rgba(0, 240, 255, 0.1);
    }

    .neon-text {
      color: #00dbe9;
      text-shadow: 0 0 10px rgba(0, 219, 233, 0.3);
    }

    .gradient-text {
      background: linear-gradient(135deg, #e5e2e1 0%, #849495 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .Bleed_root__EzNZN {
      position: relative;
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
    }

    .HomepageSeparator_shadow__vnSs_ {
      height: 1px;
      width: 100%;
      background: black;
    }

    .HomepageSeparator_keyline__dEF3Q {
      height: 1px;
      width: 100%;
      background: rgba(255, 255, 255, 0.08);
    }

    .Spacer_root__uoSvA {
      display: block;
      width: 1px;
      height: 1px;
      min-width: 1px;
      min-height: 1px;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      margin-top: calc(var(--height, 0px) - 1px);
      margin-left: calc(var(--width, 0px) - 1px);
    }