/*
Theme Name: ICHD Center Theme
Theme URI: https://ichd-center.com
Author: ICHD Dev Team
Author URI: https://ichd-center.com
Description: ثيم خاص للمركز الدولي للتنمية البشرية، مصمم ليعمل كغلاف لتطبيق React مع دعم صفحات الووردبريس التقليدية.
Version: 1.1
License: GPLv2 or later
Text Domain: ichd-theme
*/

/* Reset & Basics */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;
    line-height: 1.6;
    background-color: var(--wp--preset--color--light, #f8fafc);
    color: var(--wp--preset--color--dark, #0f172a);
}

/* WordPress Alignment Classes (Supported by theme.json) */
.alignwide {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Typography Helpers */
a {
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

/* Block Editor Compatibility */
.wp-block-button__link {
    text-decoration: none !important;
}