@font-face {
    font-family: 'Inter';
    font-weight: normal;
    src: url('../fonts/Inter-Regular.woff2');
    /*ltr:El contenido, texto y otros elementos fluyen de izquierda a derecha.*/
    direction: ltr;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    font-weight: bold;
    src: url('../fonts/Inter-Bold.woff2');
    /*ltr:El contenido, texto y otros elementos fluyen de izquierda a derecha.*/
    direction: ltr;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
}

@font-face {
    font-family: 'Inter-Light';
    font-weight: light;
    src: url('../fonts/Inter-Light.woff2');
    /*ltr:El contenido, texto y otros elementos fluyen de izquierda a derecha.*/
    direction: ltr;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
}

:root {
    --normal: 'Inter', sans-serif;
    --light: 'Inter-Light', sans-serif;
    --bold: 'Inter-Bold', sans-serif;
}