
            :root {
                --color-primary: #fb047e;
                --color-primary-text: white;
                --color-primary-svg-filter: invert(0);
            }
            
            .project-item-gradient {
                background: linear-gradient(-90deg,#fb047e33, #fb047e 100%);
            }   

            @media screen and (min-width: 768px) {
                .project-item-gradient {
                    background: linear-gradient(#fb047e33, #fb047e 100%);
                }   
            }
            #static-logo {
                background-image : url('https://app.heraw.com/assets/logo.png');
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
            }

            #static-background-image {
                background-color : #fb047e;
                background-image: url('https://app.heraw.com/assets/background.jpeg');
                background-size: cover;
                background-position: center;
            }

            #static-background-color {
                
            }
            