/*
Theme Name: Azars
Theme URI: https://azars.info
Author: AZARS
Author URI: https://azars.info
Description: 大阪・堺市のおうちの便利屋 AZARS（アザース）オリジナルWordPressテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: azars
*/

/* ===========================
   Custom Styles
   =========================== */

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}

.text-3xl {
    font-size: 1.8rem !important;
}

.text-xl {
    font-size: 1.21rem !important;
}

.service-card-hover:hover .service-img {
    transform: scale(1.05);
}

.service-img {
    transition: transform 0.5s ease;
}

.prose h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f97316;
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
}

.prose ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}

.prose strong {
    color: #d97706;
}