/*
Theme Name: AbRams Child
Theme URI: https://abrams.example/
Description: Child theme of Kadence for AbRams (Raise & Rise). Brand tokens, self-hosted fonts, custom components. All custom CSS/JS lives here; taxonomy/MIME/shortcode logic lives in the abrams-core mu-plugin.
Author: Duologics
Template: kadence
Version: 0.1.0
Requires PHP: 8.1
Text Domain: abrams-child
*/

/* Design tokens are declared in theme.json (palette + typography) and as CSS
   custom properties below for use in component CSS. Keep hex in sync with theme.json. */
:root {
  --arr-pink: #FF2F7D;       /* primary  — buttons, links, active states */
  --arr-sage: #A8C3A1;       /* secondary — soft fills, secondary buttons */
  --arr-terracotta: #E07A5F; /* accent   — outline buttons, highlights */
  --arr-mustard: #F2C14E;    /* accent   — badges, underlines, small pops */
  --arr-cream: #FFF9F4;      /* page background (not pure white) */
  --arr-charcoal: #3B3532;   /* body text + dark elements */
  --arr-radius: 14px;        /* default rounded-corner radius */
  --arr-radius-pill: 999px;  /* pill buttons */

  /* Soft tints (category tiles, tags) — from v3 mockup */
  --arr-pink-soft: #FFE0EC;
  --arr-sage-soft: #E2EDDE;
  --arr-mustard-soft: #FBEFC9;
  --arr-terra-soft: #F7DDD4;
  --arr-lilac-soft: #EFE2EC;
  --arr-blue-soft: #E3EEF3;
  /* Category accent (deeper) colours for text/icons on tints */
  --arr-acc-sage: #5d7a54;
  --arr-acc-blue: #3f7a93;
  --arr-acc-lilac: #9a5a8a;
  --arr-acc-mustard: #b58a1e;
  --arr-whatsapp: #25D366;
  --arr-muted: #6a625d;      /* secondary body text in the mockup */
}

/* Detailed component styles are split into assets/css/* and enqueued from
   functions.php. This file stays minimal (theme header + tokens). */
