:root {
    --theme-primary: #2f3230;
    --theme-secondary: #faedc3;
    --theme-accent: #ccb363;
    --theme-contrast: #76290b;
    --theme-detail: #c27e35;
    --theme-primary-on: #faedc3;
    --theme-accent-on: #1e3226;
}

/* Utilidades opcionales para botones de acción */
.theme-action-button {
    background-color: var(--theme-accent);
    color: var(--theme-accent-on);
    border-color: color-mix(in srgb, var(--theme-accent), #000 12%);
}
