/*
Theme Name: Fish Spots (Hello child)
Theme URI: https://manofweb.com
Description: Matches the Fish Spots app palette (forest green + warm orange). Use with Hello Elementor + Elementor (+ Pro). Import the bundled Elementor template from wordpress-elementor-pack/elementor-templates/.
Author: Fish Spots
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: fish-spots-child
*/

/* Global helpers — Elementor sections can override these */
:root {
    --fs-forest: #1b5e20;
    --fs-pine: #2e7d32;
    --fs-mint: #e8f5e9;
    --fs-orange-deep: #e65100;
    --fs-orange-warm: #ff8f00;
    --fs-cream: #fffbf5;
    --fs-ink: #1a1e1b;
}

body {
    color: var(--fs-ink);
}

/* Slightly larger base for readability (matches app “older eyes” goal) */
body.hello-elementor,
body.hello-elementor .elementor-widget-text-editor {
    font-size: 1.05rem;
    line-height: 1.55;
}

/* Links in content */
a {
    color: var(--fs-pine);
}
a:hover {
    color: var(--fs-orange-deep);
}
