/*
Theme Name: BOD 2026 - Boost Our Dreams
Theme URI: https://bod-2026-01.shinmi-create.com/
Author: Shinmi Create
Author URI: https://shinmi-create.com/
Description: BNI コンセンサス BOD（Boost Our Dreams）メンバー募集システム
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bod2026
*/

/* Base Reset */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    background: #f5f7fa;
    color: #2d3748;
    line-height: 1.6;
}

a {
    color: #3182ce;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}
