/*
Theme Name: WorkFlo Theme
Author: Hassan
Description: Custom Tailwind Theme
Version: 1.0
*/

body { font-family: 'Inter', sans-serif; }
.glass-nav { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(226, 232, 240, 0.8); }
.gradient-text { background-clip: text; -webkit-background-clip: text; color: transparent; background-image: linear-gradient(to right, #1e3a8a, #10b981); }
.hero-bg {
    background-color: #f8fafc;
    background-image:
    linear-gradient(to right, rgba(148, 163, 184, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(148, 163, 184, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
}
