/*
Theme Name: iUPress Theme
Theme URI: http://localhost:8888/diocesani
Author: Emanuele Russo
Author URI: 
Description: Tema custom per iupress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diocesani
*/

/* Reset base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Abhaya Libre";
    line-height: 1.6;
    color: #333;
}