/* Explain: Theme tokens and typography for the home-cooked food brand. - */
:root {
    --primary-color: #df7b63;
    --primary-hover: #c96850;
    --secondary-color: #8e9e82;
    --accent-color: #e5b95c;
    --background-color: #faf9f6;
    --surface-color: #ffffff;
    --surface-warm: #f0eee9;
    --text-color: #3b332d;
    --text-muted: #6e6762;
    --border-color: #e4e0d9;
    --pearl-color: #ffffff;
    --champagne-color: #8e9e82;
    --rose-nude-color: #df7b63;
    --soft-gray-color: #e4e0d9;
    --espresso-color: #3b332d;
    --font-heading: 'Secular One', sans-serif;
    --font-body: 'Assistant', sans-serif;
    --radius-oval: 99px;
    --radius-soft: 1.5rem;
    --shadow-soft: 0 12px 30px rgba(59, 51, 45, 0.08);
    --shadow-card: 0 8px 24px rgba(59, 51, 45, 0.06);
}
