/*
Theme Name: Velvel Colletions
Theme URI: https://velvetcollectionve.com/
Description: Child theme personalizado para Velvet Collections.
Author: Karen Rios
Author URI: https://velvetcollectionve.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
====================================================
  CSS principal del child theme
  Puedes añadir aquí tus estilos globales.
====================================================
*/

:root {
  --hec-primary: #3D266E;
  --hec-secondary: #6C7278;
  --hec-accent: #B8422E;
  --hec-neutral: #F7F5F2;
  --hec-text: #1F1F1F;
}

body {
  color: var(--hec-text);
}

/* Enlaces */
a {
  transition: opacity 0.25s ease, color 0.25s ease;
}

a:hover {
  opacity: 0.8;
}
