@font-face {
    font-family: 'Netflix';
    font-weight: 300;
    src: url(/fonts/NetflixSansLight.ttf) format('truetype');
  }
  
  @font-face {
    font-family: 'Netflix';
    font-weight: 400;
    src: url(/fonts/NetflixSansThin.ttf) format('truetype');
  }
  
  @font-face {
    font-family: 'Netflix';
    font-weight: 500;
    src: url(/fonts/NetflixSansRegular.ttf) format('truetype');
  }
  
  @font-face {
    font-family: 'Netflix';
    font-weight: 600;
    src: url(/fonts/NetflixSansMedium.ttf) format('truetype');
  }
  
  @font-face {
    font-family: 'Netflix';
    font-weight: 700;
    src: url(/fonts/NetflixSansBold.ttf) format('truetype');
  }
  
  @font-face {
    font-family: 'Netflix';
    font-weight: 800;
    src: url(/fonts/NetflixSansBlack.ttf) format('truetype');
  }
  
  @font-face {
    font-family: 'SFPro';
    font-weight: 300;
    font-style: italic;
    src: url(/fonts/SFProDisplayThinItalic.OTF) format('opentype');
  }
  
  @font-face {
    font-family: 'SFPro';
    font-weight: 400;
    src: url(/fonts/SFProDisplayRegular.OTF) format('opentype');
  }
  
  @font-face {
    font-family: 'SFPro';
    font-weight: 500;
    src: url(/fonts/SFProDisplayMedium.OTF) format('opentype');
  }
  
  @font-face {
    font-family: 'SFPro';
    font-weight: 600;
    src: url(/fonts/SFProDisplayBold.OTF) format('opentype');
  }
  
  @font-face {
    font-family: 'SFProRounded';
    font-weight: 100;
    src: url(/fonts/SFProRoundedUltraLight.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SFProRounded';
    font-weight: 200;
    src: url(/fonts/SFProRoundedThin.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SFProRounded';
    font-weight: 300;
    src: url(/fonts/SFProRoundedLight.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SFProRounded';
    font-weight: 400;
    src: url(/fonts/SFProRoundedRegular.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SFProRounded';
    font-weight: 500;
    src: url(/fonts/SFProRoundedMedium.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SFProRounded';
    font-weight: 600;
    src: url(/fonts/SFProRoundedSemibold.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SFProRounded';
    font-weight: 700;
    src: url(/fonts/SFProRoundedBold.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SFProRounded';
    font-weight: 700;
    src: url(/fonts/SFProRoundedHeavy.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SFProRounded';
    font-weight: 700;
    src: url(/fonts/SFProRoundedBlack.otf) format('opentype');
  }
  
  
  @font-face {
    font-family: 'SharpSans';
    font-weight: 300;
    src: url(/fonts/SharpSansLight.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SharpSans';
    font-weight: 400;
    src: url(/fonts/SharpSans.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SharpSans';
    font-weight: 500;
    src: url(/fonts/SharpSansMedium.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SharpSans';
    font-weight: 600;
    src: url(/fonts/SharpSansSemibold.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'SharpSans';
    font-weight: 700;
    src: url(/fonts/SharpSansBold.otf) format('opentype');
  }
  
    @font-face {
      font-family: 'Akira';
      font-weight: 300;
      src: url(/fonts/AkiraOutline.otf) format('opentype');
    }
  
    @font-face {
      font-family: 'Akira';
      font-weight: 500;
      src: url(/fonts/AkiraBold.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'Akira';
      font-weight: 600;
      src: url(/fonts/AkiraSuperBold.otf) format('opentype');
    }
  
    @font-face {
      font-family: 'KGAlwaysAGoodTime';
      font-weight: 300;
      src: url(/fonts/KGAlwaysAGoodTime.ttf) format('truetype');
    }
    
    * {
        margin: 0;
        padding: 0;
        -webkit-tap-highlight-color: transparent;
          box-sizing: border-box;
          text-decoration: none;
      }
    
      a {
        color: inherit;
        -webkit-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
        cursor: inherit;
      }
      
       body {
          background: #151519;
          overflow-x: hidden;
          font-family: SFPro;
          color: #fff;
          width: 100%;
          height: 100%;
          cursor: none;
           }
    
       html {
          scroll-behavior: smooth;
          width: 100%;
          height: 100%;
          cursor: none;

       }
       
       img {
          -webkit-user-select: none;
          -webkit-touch-callout: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
       }
      
       ::-webkit-scrollbar {
          width: 7px;
        }
        
        ::-webkit-scrollbar-track {
          box-shadow: inset 0 0 2px grey;
        }
        
        ::-webkit-scrollbar-thumb {
          background: rgb(39, 39, 39);
          border-radius: 2px;
        }
       
        ::-webkit-scrollbar-thumb:hover {
          background: rgb(150, 150, 150);
        }
  
        @media (hover: hover) and (pointer: fine) {
          #cursor {
            z-index: 99;
            position: fixed;
            left: 0;
            top: 0;
            pointer-events: none;
            will-change: transform;
          }
        
          #cursor .cursor--inner {
            width: 1.5vw;
            height: 1.5vw;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            border: solid 1px #e0e0e0;
          }
        }
  
  .header {
    display: flex;
    padding: 3em 3em 0 3em;
    justify-content: flex-start;
    align-items: center;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .timestamp {
    color: #C1C1C1;
    font-size: 1em;
    border-radius: 8px;
    margin-left: .5em;
  }

  .header svg {
    width: 30px;
    padding: 5px 10px 0 0;
    margin: 3px 10px 0 0;
    fill: #C1C1C1;
    background-color: #18181C;
    border: 1px solid #1F1F25;
    padding: 8px 10px 8px 10px;
    border-radius: 8px;
    transition: .2s background-color;
  }

  .header svg:hover {
    background-color: #1d1d22;
    fill: #fff;
  }

  .header svg:active {
    background-color: #232329;
  }
  
  .headtag {
    display: flex;
    fill: #C1C1C1;
    background-color: #18181C;
    border: 1px solid #1F1F25;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
  }
  
  .tag {
    font-family: KGAlwaysAGoodTime;
    font-size: 1em;
    color: #ffffff;
  }

  .text {
    font-family: SFPro;
    font-size: 1.2em;
    color: #C1C1C1;
    margin: 2.5em;
  }

  @media (max-width: 691px) {
  .headtag {
    flex-direction: column;
  }

  .text {
    font-family: SFPro;
    font-size: 1em;
    color: #C1C1C1;
    margin: 1.5em;
  }

  .tag {
    font-size: .9em;
    margin-bottom: .3em
  }

  .timestamp {
    margin: 0;
    font-size: .8em;
  }

  .header {
    padding: 1em 0 0 1em;
  }

  }

  @media (max-width: 380px) {
    .header {
      padding: 1em 0 0 .8em;
    }
  
    .text {
      font-size: .8em;
      margin: 1em;
    }

      
  .timestamp {
    font-size: .7em;
  }

  .tag {
    font-size: .7em;
  }

  .headtag {
    padding: 3px 8px 3px 8px;
    border-radius: 8px;
  }
  
    }
  
