/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://ejemplo.com
Description: Child theme para Twenty Twenty-Five
Author: Tu nombre
Author URI: https://ejemplo.com
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* =============================================
   VARIABLES GLOBALES TIPOGRAFÍA
   ============================================= */

:root {
    --corpeduff-font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --corpeduff-font-size-base: 14px;
    --corpeduff-font-size-sm: 12px;
    --corpeduff-font-size-lg: 16px;
    --corpeduff-font-size-xl: 18px;
    --corpeduff-font-size-2xl: 24px;
    --corpeduff-line-height: 1.6;
}

html,
body {
    font-family: var(--corpeduff-font-family) !important;
    font-size: var(--corpeduff-font-size-base) !important;
    line-height: var(--corpeduff-line-height) !important;
    margin: 0;
    padding: 0;
}