@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&display=swap');

:root {
    --color-purple: #3e0e2f;
    --color-white: white;
    --color-text: #7b175c;
}


.project-image {
    width: 100%;
    height: 200px;
}

.project-image:hover {
    transform: scale(1.07);
    transition: 1S ease-out;
}


@media (max-width: 991px) {
    .project-wave {
        display: none;
    }
}
