/*
Theme Name: Kayan Modern
Theme URI: https://example.com/kayan-modern
Author: Injaz Agency
Author URI: https://injaz.agency
Description: A modern WordPress theme for Kayan Business.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kayan-modern
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html {
    scroll-behavior: smooth;
}

/* 12-Column Grid System for Single Post */
@media (min-width: 1024px) {
    .lg\:grid-cols-12 {
        display: grid !important;
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
    
    .lg\:col-span-9 {
        grid-column: span 9 / span 9 !important;
    }
    
    .lg\:col-span-3 {
        grid-column: span 3 / span 3 !important;
    }
    
    .lg\:col-span-8 {
        grid-column: span 8 / span 8 !important;
    }
    
    .lg\:col-span-4 {
        grid-column: span 4 / span 4 !important;
    }
}