/*
Theme Name: Info Kendal
Theme URI: https://infokendal.com
Author: Antigravity Team
Author URI: https://infokendal.com
Description: Custom WordPress theme for Info Kendal, a local independent media platform. Designed to be modern, fast, mobile-first, and highly customizable.
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: infokendal
Tags: grid-layout, custom-menu, featured-images, flexible-header, post-formats, responsive-layout, translation-ready

This theme is built natively for WordPress without any heavy external CSS or JS frameworks.
*/

:root {
    /* Color Palette */
    --color-primary: #0f172a;       /* Slate 900 (Main text, dark layouts) */
    --color-primary-light: #1e293b; /* Slate 800 */
    --color-secondary: #0284c7;     /* Sky 600 (Brand Accent, Links, Highlights) */
    --color-secondary-hover: #0369a1; /* Sky 700 */
    --color-accent: #f59e0b;        /* Amber 500 (Warnings, premium highlights) */
    --color-accent-hover: #d97706;  /* Amber 600 */
    --color-success: #10b981;       /* Emerald 500 */
    --color-danger: #ef4444;        /* Red 500 */
    
    /* Backgrounds */
    --color-bg-body: #f8fafc;       /* Slate 50 */
    --color-bg-card: #ffffff;       /* Pure White */
    --color-bg-footer: #0f172a;     /* Dark Navy Footer */
    --color-bg-alt: #f1f5f9;        /* Slate 100 */

    /* Typography Colors */
    --color-text-main: #334155;     /* Slate 700 */
    --color-text-dark: #0f172a;     /* Slate 900 */
    --color-text-light: #64748b;    /* Slate 500 */
    --color-text-white: #ffffff;
    --color-text-muted: #94a3b8;    /* Slate 400 */
    --color-border: #e2e8f0;        /* Slate 200 */
    --color-border-dark: #cbd5e1;   /* Slate 300 */
    
    /* Fonts */
    --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    
    /* Spacing & Sizing */
    --container-width: 1200px;
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2.5rem;
    --spacing-xxl: 4rem;

    /* Design Details */
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 16px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    
    /* Animation Transitions */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
}
