/*
Theme Name:   Immigration Mart Child
Theme URI:    https://www.immigrationmart.com
Template:     zaaztheme
Author:       Zaaz
Author URI:   https://zaaz.app
Description:  Child theme of zaaztheme for Immigration Mart — licensed Canadian immigration consultancy, New Westminster BC. Rebuilt from the Wix original, which offers no export. Pages are coded templates; the blog is real WordPress posts.
Version:      0.1.0
Requires at least: 6.4
Requires PHP: 8.1
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  imart-child
*/

/* -----------------------------------------------------------------------------
   Brand tokens. The red is sampled from the moose badge in the client's own
   wordmark (#FF2626); everything else is built around it. A regulated
   professional practice needs to read as trustworthy first and warm second, so
   the red is used as an accent against deep navy rather than as a field colour.
   Type: Plus Jakarta Sans (display) + Inter (text).
   -------------------------------------------------------------------------- */
:root {
    --im-red:      #FF2626;  /* brand red, from the wordmark badge — accents/rules */
    --im-red-btn:  #E01515;  /* solid button fill: white label clears 4.5:1 here */
    --im-red-dk:   #C41111;  /* AA-safe red for text/links on white */
    --im-red-deep: #8E0C0C;  /* pressed / deep accent */
    --im-red-bg:   #FEF0F0;  /* pale red tint panel */
    --im-wa:       #12873C;  /* WhatsApp green, deepened so white clears 4.5:1 */
    --im-ink:      #0C1424;  /* darkest — footer */
    --im-navy:     #142138;  /* primary dark surface */
    --im-navy-2:   #1E3050;  /* raised dark surface */
    --im-head:     #131C2E;  /* headings on light */
    --im-body:     #46536B;  /* body text on light */
    --im-mute:     #6B7890;  /* secondary text */
    --im-line:     #E2E8F0;  /* borders on light */
    --im-mist:     #F6F8FB;  /* faint tint */
    --im-gold:     #D9A441;  /* credential / trust accent */

    --im-display: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --im-text:    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

    --im-wrap: 1160px;
    --im-radius: 16px;
    --im-shadow: 0 20px 46px -24px rgba(12, 20, 36, 0.45);
}

/* Fallback chrome for pages the parent theme renders. */
body {
    font-family: var(--im-text);
    color: var(--im-body);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--im-display);
    color: var(--im-head);
    letter-spacing: -0.02em;
}
a { color: var(--im-red-dk); }
