/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.gradient-text {
	background: linear-gradient(135deg, #ffb690 0%, #f97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary-gradient {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary-gradient:hover {
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.4);
    transform: translateY(-2px);
	border-radius: 0.5rem
}