/*
Theme Name: Dagixal
Template: arti
Description: Child theme of Arti for Dagixal. Put site-specific CSS and code here. Colors, fonts and spacing live in Theme Settings → Design.
Author: Arti
Author URI: https://arti.dev
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 8.0
Update URI: https://arti.dev/child-theme
Text Domain: dagixal
*/

/*
 * Custom CSS for Dagixal
 * Created 2026-09-24 with Arti 1.3.0.
 *
 * Loaded after the parent theme, on the site and in the block editor.
 * Prefer the design tokens over hard-coded values, so this CSS keeps up
 * with Theme Settings:
 *
 *   Colors   var(--arti-bg) var(--arti-fg) var(--arti-accent) var(--arti-surface)
 *   Spacing  var(--wp--preset--spacing--sm | md | lg | xl | xxl | xxxl)
 *   Type     var(--wp--preset--font-size--sm | md | lg | xl | xxl | xxxl | display)
 *   Shapes   var(--arti-radius) var(--arti-radius-image) var(--arti-radius-sm)
 *
 * Example:
 *
 *   .campaign-banner {
 *       background: var(--arti-accent);
 *       color: var(--arti-accent-fg);
 *       padding: var(--wp--preset--spacing--lg);
 *       border-radius: var(--arti-radius);
 *   }
 */
