/*
Theme Name: Fresh pe Băț
Theme URI: https://freshpebat.ro
Author: Cosmin Pavel
Description: Custom theme for Fresh pe Băț — natural fruit popsicles in Brașov.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: freshpebat
*/

:root {
    --fpb-pink: #ed6ea7;
    --fpb-pink-deep: #c64d86;
    --fpb-pink-soft: #f8c1d6;
    --fpb-pink-mist: #fde6ee;
    --fpb-blue: #57d6e7;
    --fpb-blue-deep: #2eaec0;
    --fpb-blue-soft: #b3edf3;
    --fpb-blue-mist: #e6f9fc;
    --fpb-brown: #3e2423;
    --fpb-brown-soft: #6b3e3c;
    --fpb-black: #191919;
    --fpb-white: #ffffff;
    --fpb-cream: #fff8f0;
    --fpb-cream-deep: #fdedd9;

    /* Flavor accents */
    --fpb-raspberry: #c64d6e;
    --fpb-mango: #ffaa3b;
    --fpb-lime: #b8d62a;
    --fpb-blueberry: #6a4ca8;
    --fpb-peach: #ffb4a2;
    --fpb-watermelon: #f56262;

    --fpb-font-display: 'Lilita One', system-ui, sans-serif;
    --fpb-font-body: 'Nunito', system-ui, sans-serif;
    --fpb-container: 1280px;
}
