/*
Theme Name: Carátulas Pro - Canva Style
Theme URI: https://caratulaspro.com/
Author: Antigravity AI
Author URI: https://caratulaspro.com/
Description: Tema de WordPress ultra rápido y optimizado para SEO, especializado en portadas y carátulas escolares, universitarias y profesionales para Word y PDF, con interfaz inspirada en Canva.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: caratulas-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, grid-layout, fast-loading, seo-friendly
*/

:root {
  /* Canva Inspired Color Palette */
  --primary: #7d2ae8;
  --primary-hover: #6922c6;
  --primary-light: #f1e9fd;
  --primary-gradient: linear-gradient(135deg, #7d2ae8 0%, #00c4cc 100%);
  --secondary: #00c4cc;
  --secondary-hover: #00a8af;
  --accent: #ff007a;
  --word-color: #2b579a;
  --word-light: #eef3fc;
  --pdf-color: #f40f02;
  --pdf-light: #feeceb;
  --success: #00b074;
  --success-light: #e6f7f1;
  
  /* Neutral Colors */
  --bg-main: #f8f9fa;
  --bg-card: #ffffff;
  --bg-alt: #f1f3f5;
  --text-main: #1e1e24;
  --text-muted: #5e626e;
  --text-light: #8e94a4;
  --border-color: #e6e8ec;
  --border-focus: #7d2ae8;
  
  /* Shadows & Radius */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 14px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 14px 28px rgba(125, 42, 232, 0.15);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-full: 9999px;
  
  /* Layout */
  --max-width: 1320px;
  --header-height: 72px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
