/* İzmir Botanik logosundan türetilen marka paleti. */
:root {
    --ink: #064722;
    --cream: #fbfdf9;
    --paper: #edf8ef;
    --coral: #12c54d;
    --coral-dark: #078239;
    --rose: #e0f5e5;
    --sage: #d4f0db;
    --line: rgba(6, 71, 34, .16);
    --muted: #526d5b;
}

body {
    background: var(--cream);
}

.top-bar {
    background: #053d20;
    color: #eaf8ed;
}

.top-bar a,
.landscape-banner .eyebrow {
    color: #8df1ae;
}

.button--coral {
    background: var(--coral);
    color: #063e20;
}

.button--coral:hover {
    background: #0daf43;
}

.header-contact {
    background: #064722;
}

.category-card__body p {
    color: #a9f4bd;
}

.wreath-callout {
    background: #e4f6e8;
}

.wreath-callout>div>p:not(.eyebrow) {
    color: #466550;
}

.whatsapp-float {
    background: #12c54d;
    color: #053d20;
}
