/*
Theme Name: Abdullah Al-Shaman - Kadence Child
Description: Custom child theme for Abdullah Al-Shaman official website
Author: Abdullah Al-Shaman
Template: kadence
Version: 1.0.0
Text Domain: abdullah-kadence-child
*/
/* ========================================
   Abdullah Al-Shaman — Design System
   ======================================== */

:root {
    --as-navy: #14263a;
    --as-deep: #0b1828;
    --as-ink: #243547;
    --as-gold: #b89357;
    --as-cream: #f7f2ee;
    --as-line: #e4dfd5;
    --as-muted: #637184;
    --as-white: #ffffff;
}

/* Base */
body {
    direction: rtl;
    color: var(--as-ink);
    background: var(--as-cream);
}