/*
Theme Name: Best Household Product
Theme URI: https://besthouseholdproduct.com
Author: Best Household Product
Description: Child theme of Affiliate Starter for Best Household Product - warm light theme for household product reviews
Version: 1.0
Template: affiliate-starter
Text Domain: besthouseholdproduct
*/

/*
 * CSS Custom Properties - Override parent theme colors
 * These must match the variable names used in tailwind.config.js
 */
:root {
    /* Background colors - warm light theme */
    --color-primary: #faf7f0;
    --color-secondary: #f3eee4;
    --color-card-bg: #ffffff;

    /* Accent/Brand colors - warm household green */
    --color-accent: #4f7c59;
    --color-accent-hover: #365a3e;
    --color-accent-contrast: #ffffff;

    /* Text colors - dark text for light backgrounds */
    --color-text-main: #1f2933;
    --color-text-muted: #667085;

    /* Utility colors */
    --color-success: #22c55e;
    --color-rating: #fbbf24;
    --color-amazon: #f59e0b;
    --color-border: #e5e0d6;
}

/* Custom logo styling */
.custom-logo {
    max-height: 100px;
    width: auto;
}
