/*
Theme Name: Alhadath
Theme URI: http://elhachimi.net/themes/alhadath
Author: Brahim Elhachimi
Author URI: http://elhachimi.net
Description: قالب إخباري احترافي عصري يدعم RTL وتخصيص الألوان.
Version: 1.0.0
Text Domain: alhadath
*/

:root {
    /* Qmaad Inspired Palette (Professional Red) */
    --color-primary: #cc0000; /* Red - Main Brand Color */
    --color-primary-dark: #990000; /* Darker Red - Hover States */
    --color-accent: #cc0000; /* Matching Accent */
    
    /* Functional Colors */
    --color-alert: #ef4444; /* Red 500 */
    --color-success: #10b981; /* Emerald 500 */
    --color-warning: #f59e0b; /* Amber 500 */
    
    /* Secondary Palette */
    --color-secondary: #1e293b; /* Slate 800 - Dark Elements */
    
    /* Neutrals */
    --color-bg-body: #f8fafc; /* Slate 50 - Light Background */
    --color-surface: #ffffff; /* Pure White */
    --color-text-main: #334155; /* Slate 700 */
    --color-text-heading: #0f172a; /* Slate 900 */
    --color-text-muted: #64748b; /* Slate 500 */
    --color-border: #e2e8f0; /* Slate 200 */
    
    /* Fonts */
    --font-primary: 'Cairo', sans-serif;
    --font-secondary: 'Tajawal', sans-serif;
}

body {
    font-family: var(--font-primary);
    background-color: var(--color-bg-body);
    color: var(--color-text-main);
}
