/**
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 *
 * British Islands theme overrides for the shared cinematic Regional Ancestry Report
 * template (wwwroot/css/shared/regional-report-content.css). Recolors the shared "--rr-*"
 * design tokens from the default warm terracotta/gold palette to the British Islands
 * green/gold brand palette. No structural or layout rules belong in this file - only
 * CSS variable overrides scoped to the ".rr-theme-british-islands" wrapper rendered by
 * _RegionalReportBody.cshtml.
 */

.rr-theme-british-islands {
    /* Core Colors - British Islands deep green & gold */
    --rr-deep: #0f1419;
    --rr-dark: #1a2129;
    --rr-warm: #16301e;
    --rr-terra: #1e5128;
    --rr-terra-light: #2d7a3e;
    --rr-gold: #c9a030;
    --rr-gold-light: #d4b54d;
    --rr-gold-dark: #a6842a;
    --rr-bronze: #3f8452;
    --rr-clay: #7fa987;
}
