/* Explain: Theme tokens for the Psicobuhos identity with Poppins and Montserrat fonts. - */
:root {
    --brand-dark: #223835;
    --brand-wave: #2E4A46;
    --brand-light: #C9CEC4;
    --primary-color: #223835;
    --primary-hover: #1A2B28;
    --secondary-color: #E2E6DE;
    --accent-color: #223835;
    --logo-subtitle-color: #543323;
    --button-color: #C9CEC4;
    --background-color: #FAF9F6;
    --surface-color: #F0F2EB;
    --footer-bg: #223835;
    --text-color: #1F2E23;
    --text-muted: #4B6353;
    --border-color: rgba(34, 56, 53, 0.12);
    --glass-bg: rgba(250, 249, 246, 0.72);
    --glass-border: rgba(34, 56, 53, 0.32);
    --nav-bg: rgba(250, 249, 246, 0.95);
    --field-bg: rgba(255, 255, 255, 0.6);
    --sage-soft: rgba(34, 56, 53, 0.12);
    --sage-dark: #223835;
    --terracotta-soft: rgba(201, 206, 196, 0.4);
    --shadow-soft: 0 22px 70px rgba(34, 56, 53, 0.08);
    --shadow-button: 0 16px 36px rgba(34, 56, 53, 0.25);
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Poppins', sans-serif;
}