/**
 * Theme Name:     ETARush Astra Child
 * Author:         eta rush
 * Template:       astra
 * Text Domain:    etarush-astra-child
 * Description:    A custom child theme for etarush.com, a Kenya eTA expediting and advocacy service.
 */

/* ==========================================================================
   Brand Color Palette
   ========================================================================== */
:root {
    --brand-black: #000000;
    --brand-red: #BB252A;
    --brand-white: #FFFFFF;
    --brand-green: #008C51;
    --brand-light-gray: #f7fafc; /* For backgrounds */
    --text-dark: #1a202c; /* For primary text */
    --text-light: #4a5568; /* For secondary text */
}

/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
    font-family: 'Poppins', sans-serif; /* A modern, clean font like your example */
    color: var(--text-dark);
}

/* Add any other global CSS rules here */