:root {
            --primary: #05cc7c;
            --secondary: #ff0000;
            --light-dark: #2a2a2a;
            --light: #f5f5f5;
            --gray: #888;
            --card-bg: #1e1e1e;
            --header-height: 70px;
            --sidebar-width: 230px;
            --transition: all 0.3s ease;
              --dark: #0e0e0e; 
             
  --light-dark: #181818;
        }
        html {
    scroll-behavior: smooth;
}

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
              -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
        }
        div {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
        .artwork-card,
.artist-card,
.upload-btn,
.follow-btn {
 
}

.artwork-card:hover,
.artist-card:hover {
cursor: pointer;
}



        body {
          font-family: 'Inter', 'Roboto', sans-serif;
            background-color: var(--dark);
          
            line-height: 1.6;
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        ul {
            list-style: none;
        }

   