/* ==========================================================================
   PocketCalcs Pizza Theme

   Orange/warm playful theme for the Pizza Calculator and similar fun calculators.
   ========================================================================== */

:root {
    /* Primary brand colors - Orange */
    --color-primary: #f97316;
    --color-primary-hover: #ea580c;
    --color-primary-rgb: 249, 115, 22;

    /* Accent - Warm Orange/Amber */
    --color-accent: #fb923c;
    --color-accent-light: #fdba74;

    /* Header */
    --color-header-bg: #ea580c;
    --color-header-text: #ffffff;
    --color-header-hover: #fed7aa;
    --color-beta-badge-bg: #fb923c;

    /* Body & Cards */
    --color-bg-body: #fff7ed;
    --color-bg-card: #ffffff;

    /* Text */
    --color-text-primary: #333333;
    --color-text-secondary: #666666;
    --color-text-muted: #78350f;

    /* Results - Orange gradient */
    --color-results-from: #fff7ed;
    --color-results-to: #ffedd5;
    --color-results-border: #fb923c;
    --color-results-text: #ea580c;

    /* FAQ - Orange gradient */
    --color-faq-from: #fff7ed;
    --color-faq-to: #ffedd5;
    --color-faq-border: #fb923c;
    --color-faq-heading: #ea580c;
}

/* Pizza theme logo - use default logo with white filter */
.logo-icon {
    filter: brightness(0) invert(1);
}
