/* ARCHIVO CSS PARA LAS VARIABLES DE ROOT */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Martel:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --f-principal: "Inter", sans-serif;
    --f-secundaria: "Noto+Serif+Display", serif;


    --c-cream-01: #F5DEB3; /* DORADO 01 */
    --c-cream-02: #946e55; /* DORADO 02 */
    --c-bg: #F8F6EF; /* BLANCO FONDO */
    --c-blanco: #FFFFFF; /* BLANCO PURO */
    --c-negro: #1f1f1f;
    --c-trans-black: #0000005d;
    --c-trans-white: #ffffff27;
  

    --f-size: 0.9em;
    --f-line-height: 1.5em;
    --f-letter-spacing: 0.02em;
    --all-transition: all 0.3s ease-in-out;
  }



  /* --c-azul-01: #192835;
  --c-azul-02: #3E576D;
  --c-azul-03: #76899A;
  --c-azul-04: #C7D2DB; */