            @font-face {
                font-family: 'Pavelt';
                src: url('../assets/fonts/Pavelt.ttf') format('truetype');
            }

            body {
                font-family: 'Poppins', sans-serif;
            }
            .main-container{
                height: 100vh;
            }
            .shop-container {
                padding: 2rem;
            }


            .Heading-title {
                text-align: center;
                color: black;
                border: 1px solid black;
                border-radius: 5rem;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 65px;
                width: 35%;
                margin: 0 auto;
                font-family: 'pavelt', sans-serif;
                font-size: 1.5rem;
                font-weight: 200;
                overflow: hidden;
                position: relative;
            }

            .shop-description {
                font-size: 1rem;
                color: #555;
                text-align: center;
                max-width: 600px;
                margin: 10px auto;
                line-height: 1.6;
            }
            
            
