/* Explain: Theme tokens for the folksinger-songwriter identity */
:root {
    --primary-color: #c85a40;
    --primary-hover: #b04830;
    --secondary-color: #dfb259;
    --accent-color: #dfb259;
    --logo-subtitle-color: #f7eed7;
    --button-color: #c85a40;
    --background-color: #1d261e;
    --surface-color: #263328;
    --footer-bg: #151c16;
    --text-color: #f7eed7;
    --text-muted: #aab8b0;
    --border-color: rgba(247, 238, 215, 0.12);
    --glass-bg: rgba(38, 51, 40, 0.72);
    --glass-border: rgba(223, 178, 89, 0.32);
    --nav-bg: rgba(29, 38, 30, 0.85);
    --field-bg: rgba(0, 0, 0, 0.2);
    --earth-soft: rgba(200, 90, 64, 0.15);
    --earth-dark: #dfb259;
    --terracotta-soft: rgba(200, 90, 64, 0.22);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.3);
    --shadow-button: 0 16px 36px rgba(200, 90, 64, 0.3);
    --font-heading: 'Bitter', serif;
    --font-body: 'Cabin', sans-serif;
    --font-logo: 'Bitter', serif;
}
