/* VARIABLES */
:root{
    --color-text-body: #525260;
    /* color-scheme: light; */
}

/* ESTILOS GENERALES */
html{
    font-size: 10px;
    overflow-x: hidden;
}

body{
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color-text-body);
}