:root {
--ply-accent-1:#f5ab54;
--ply-accent-2:#f296bd;
--ply-accent-3:#1b9562;
--ply-accent-4:#9fc4e8;
--ply-img-bg: #f5f5f5;
	
--rounded-corners: 30px;
--rounded-corners-circle: 50%;
--rounded-corners-top: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
    :root {
		--rounded-corners: 20px;
		--rounded-corners-top: 20px 20px 0 0;
    }
}
