@font-face {
    font-family: 'FuentePrincipal';
    src: url('../fonts/TTSquares-Regular.woff2') format('woff2'),
        url('../fonts/TTSquares-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FuentePrincipal';
    src: url('../fonts/TTSquares-Bold.woff2') format('woff2'),
        url('../fonts/TTSquares-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal; 
}

@font-face {
    font-family: 'FuentePrincipal';
    src: url('../fonts/TTSquares-Black.woff2') format('woff2'),
        url('../fonts/TTSquares-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal; 
}


@font-face {
    font-family: 'FuentePrincipal';
    src: url('../fonts/TTSquares-Light.woff2') format('woff2'),
        url('../fonts/TTSquares-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal; 
}

@font-face {
    font-family: 'FuentePrincipal';
    src: url('../fonts/TTSquares-Thin.woff2') format('woff2'),
        url('../fonts/TTSquares-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal; 
}
