/*
Theme Name:  MMCL | Boutique Lingüística
Theme URI:   https://mmcl.com.co
Description: Tema hijo para MMCL Boutique Lingüística — traductora freelance trilingüe (ES/EN/FR) en Cali, Colombia.
Author:      MMCL
Author URI:  https://mmcl.com.co
Template:    twentytwentyone
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mmcl-child
Tags:        translation, multilingual, boutique, linguistics
*/

/* ============================================================
   CSS CUSTOM PROPERTIES — Paleta MMCL
   ============================================================ */
:root {
  --color-dark:     #2C2233;
  --color-pink:     #ECBEC0;
  --color-burgundy: #8C3E4D;
  --color-rose:     #C37581;
  --color-mauve:    #DED8E2;

  --color-dark-alt: #1e1626;
  --color-light:    #FAF7FB;
  --color-white:    #FFFFFF;
  --color-text:     #2C2233;
  --color-text-muted: #7a6b80;

  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Lato', 'Helvetica Neue', Arial, sans-serif;

  --radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg:  16px;
  --radius-xl:  32px;

  --shadow-sm:  0 2px 8px rgba(44, 34, 51, 0.12);
  --shadow-md:  0 4px 20px rgba(44, 34, 51, 0.18);
  --shadow-lg:  0 8px 40px rgba(44, 34, 51, 0.24);

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  --container-max: 1200px;
  --container-wide: 1400px;
  --section-padding: clamp(60px, 8vw, 120px);
}
