/*
Theme Name:地方創生・フェアネス共創研究所
Theme URI: https://example.com
Author: Zumi
Author URI: https://example.com
Description: オリジナル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: futurecenter
*/

/* ========================================
   Reset & Base Styles
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
     font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
}


