/*
Theme Name: Torii Honten
Theme URI: http://localhost:8132/
Author: Irvine Systems, Inc.
Author URI: http://localhost:8132/
Description: This is a custom theme designed exclusively for the Thproject. It includes custom features and styles tailored to the project's requirements.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toriihonten
*/
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a {
    color: #0073aa;
    text-decoration: none;
}
a:hover {
    color: #005177;
    text-decoration: underline;
}
/*----------*/


