/*
Theme Name: Duraplak (Kadence Child)
Theme URI: https://duraplakpaneles.com/
Description: Child theme de Kadence para Duraplak Paneles Decorativos. Redisenio orientado a conversion (WhatsApp) con paleta marmol + dorado.
Author: Duraplak
Template: kadence
Version: 1.0.0
Text Domain: duraplak-child
*/

/* Global palette override — Kadence reads these CSS custom properties across header, buttons and links.
   Adjust slot numbers in Customizer > General > Colors > Global Palette if your live site maps them differently. */
:root {
  --global-palette1: #171410;   /* ink / dark surfaces */
  --global-palette2: #1C1A17;   /* body text */
  --global-palette3: #A9822F;   /* gold accent (links, buttons) */
  --global-palette4: #8C6B26;   /* gold accent hover */
  --global-palette5: #FAF8F4;   /* warm background */
  --global-palette6: #F2ECE1;   /* warm alt background */
  --global-palette7: #4A4640;   /* muted text */
  --global-palette8: #E6DFD0;   /* hairline borders */
  --global-palette9: #FFFFFF;

  --dpk-ink: #1C1A17;
  --dpk-ink-soft: #4A4640;
  --dpk-muted: #756C5E;
  --dpk-gold: #A9822F;
  --dpk-gold-hover: #8C6B26;
  --dpk-gold-soft: #D8C69B;
  --dpk-bg: #FAF8F4;
  --dpk-bg-alt: #F2ECE1;
  --dpk-line: #E6DFD0;
  --dpk-dark: #171410;
  --dpk-dark-line: #33302A;
  --dpk-cream: #C9BFAE;
  --dpk-font-display: 'Newsreader', Georgia, serif;
  --dpk-font-body: 'Manrope', -apple-system, sans-serif;
}
