/**
 * Tenant Theme Override
 * Generated: 2026-02-28 21:13:29
 *
 * This file overrides CSS custom properties defined in main.css
 * to apply tenant-specific branding.
 */

:root {
    /* Primary Colors */
    --primary-color: #2563eb;
    --primary-hover: #0b49d1;
    --primary-light: #fdffff;
    --primary-dark: #0030b8;

    /* Secondary Colors (Header) */
    --secondary-color: #1e3a5f;
    --secondary-light: #446085;
    --secondary-dark: #001338;

    /* Accent Color */
    --accent-color: #c9a227;
    --accent-hover: #af880d;

    /* Church Brand */
    --church-blue: #002060;

    /* Header Background (auto-generated from secondary colors) */
    --header-bg: linear-gradient(180deg, var(--secondary-color) 0%, var(--secondary-light) 100%);
    --header-border: var(--accent-color);
}
