/**
 * Theme Name: AŞK — asktrend.shop
 * Theme URI: https://asktrend.shop
 * Description: Child theme de Hello Elementor para asktrend.shop. Sistema de diseño "Modern Fashion Contundente": sans bold uppercase (Neue Montreal) + Fraunces italic para acentos, blanco y negro puros con acento camel #B89968. Variables CSS de marca globales que heredan plantillas de Elementor y WooCommerce.
 * Author: AŞK
 * Author URI: https://asktrend.shop
 * Template: hello-elementor
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: asktrend-child
 */

/* ============================================================
   TOKENS DE MARCA AŞK
   Fuente de verdad: pagina-web/design/hero-mockup.html (:root)
   ============================================================ */
:root {
    /* Color */
    --ask-black:      #000000;
    --ask-black-soft: #0A0A0A;
    --ask-white:      #FFFFFF;
    --ask-off-white:  #F4F2EE;
    --ask-camel:      #B89968;  /* acento luxury cálido */
    --ask-gray:       #888581;
    --ask-gray-line:  #E5E2DC;

    /* Tipografía */
    --ask-font-sans:  'Neue Montreal', 'Helvetica Neue', system-ui, -apple-system, sans-serif;
    --ask-font-serif: 'Fraunces', 'Times New Roman', Georgia, serif;

    /* Easing */
    --ask-ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
    --ask-ease-snappy: cubic-bezier(0.34, 0.07, 0.04, 1.04);

    /* Layout */
    --ask-maxw:    1440px;
    --ask-gutter:  clamp(20px, 5vw, 80px);
}

/* ============================================================
   BASE — solo defaults suaves; el detalle visual vive en
   plantillas Elementor + MU plugins por pantalla.
   ============================================================ */
body {
    font-family: var(--ask-font-sans);
    color: var(--ask-black);
    background: var(--ask-white);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ask-font-sans);
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* Acentos editoriales en cursiva Fraunces (clase utilitaria) */
.ask-italic,
em.ask-accent {
    font-family: var(--ask-font-serif);
    font-style: italic;
    font-weight: 300;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
