/*
Theme Name: Pyrsonalize AI
Theme URI: https://pyrsonalize.com/
Author: Pyrsonalize Team
Author URI: https://pyrsonalize.com/
Description: A custom theme for the Pyrsonalize AI Lead Generation blog, designed to match the main website's branding and focus on performance and readability.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, post-formats, responsive-layout, accessibility-ready
Text Domain: pyrsonalize-ai
*/

/* General Body Styles */
body {
    font-family: 'Inter', sans-serif;
}

/* Primary Button Style to match index.php */
.btn-primary {
    background-image: linear-gradient(to right, #f97316, #ef4444);
    color: #fff;
    transition: all .3s ease;
    display: inline-block;
    border-radius: 0.375rem;
    font-weight: 600;
}

.btn-primary:hover {
    box-shadow: 0 10px 20px -10px rgba(239, 68, 68, 0.6);
    transform: scale(1.05);
}


/* WordPress Core CSS Classes handled by Tailwind Typography */

/* Custom styles for breadcrumbs */
.breadcrumb-container a {
    color: #f1f5f9; /* slate-100 */
}
.breadcrumb-container a:hover {
    color: #fb923c; /* orange-400 */
}
.breadcrumb-container span {
     color: #cbd5e1; /* slate-300 */
}
.breadcrumb-container .mx-2 {
    color: #94a3b8; /* slate-400 */
}