/*
Theme Name: Homey Child
Theme URI: https://hosterooo.com
Author: Hosterooo
Author URI: https://hosterooo.com
Description: Clean Homey child theme for Hosterooo listing presentation and booking UI.
Version: 0.2.7
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: homey
Template: homey
*/

/*
|--------------------------------------------------------------------------
| Design Tokens
|--------------------------------------------------------------------------
| Update these values first when you want to change the look of the child
| theme later. The rest of the child-theme CSS references these variables.
*/

:root {
    --host-shell-width: 1240px;

    --host-color-bg: #f6f0e4;
    --host-color-surface: #fffaf2;
    --host-color-surface-strong: #ffffff;
    --host-color-surface-muted: #f4efe5;
    --host-color-text: #1f1b16;
    --host-color-text-muted: #6c655c;
    --host-color-border: #ddd1be;

    --host-color-accent: #736635;
    --host-color-accent-strong: #5f542c;
    --host-color-accent-soft: #efe4bf;

    --host-color-success: #e7f4d8;
    --host-color-pending: #fbefdf;
    --host-color-booked: #f8d7dc;
    --host-color-range: #d8ebc5;
    --host-color-selected: #2f6df6;
    --host-color-selected-text: #ffffff;
    --host-color-nav: #38bdf8;

    --host-shadow-soft: 0 20px 50px rgba(55, 43, 18, 0.10);
    --host-shadow-card: 0 18px 40px rgba(15, 23, 42, 0.08);

    --host-radius-xl: 28px;
    --host-radius-lg: 22px;
    --host-radius-md: 16px;
    --host-radius-pill: 999px;
}

/*
|--------------------------------------------------------------------------
| Child Theme Boot Layer
|--------------------------------------------------------------------------
| Keep this file intentionally light. Put most overrides in
| `assets/css/hosterooo-child.css` so the structure stays easy to grow.
*/

body {
    background:
        radial-gradient(circle at top right, rgba(124, 106, 47, 0.10), transparent 24%),
        linear-gradient(180deg, #fbf6ec 0%, var(--host-color-bg) 100%);
}
