@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100..900&display=swap');

:root {

    --color-1: #A81060;
    --color-2: #D41568;
    --color-3: #CE0F69;
    --color-4: #8C044C;

    /* Neutros */
    --white: #ffffff;
    --white-hr:#D8D8D8;
    --black: #0f0f10;
    --texto: #4D4D4D;
    --texto-2: #909090;
    --texto-3: #999999;
    --texto-4:#343434;

    /* Bordes y sombras */
    --shadow-sm: 0 2px 8px rgb(0 0 0 / 6%);

    /* Tipografía y tamaños */
    --font-base: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;


    --container-max: 1280px;

    /* Menú */
    --menu-gap: 35px;

    /* Hero */
    --hero-height-home: 500px;
    --hero-height-inner: 200px;
    --header-h: 140px;
}
h1, h2, h3, h4, h5, h6, span, a, p, div{
    font-family: "Outfit", sans-serif;
}