/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
*/

/*
 Theme Name: Twenty Twenty-Four Child
 Template: twentytwentyfour
*/

/* --------------------
   1. Body y tipografía
--------------------- */
body {
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}


