/*
Theme Name: Founder's Money
Theme URI: https://founder-money.jp/
Author: Founder's Money Editorial
Author URI: https://founder-money.jp/
Description: Editorial finance media for founders, freelancers and SMB owners — factoring, business cards, accounting SaaS, virtual offices, capital sourcing and tax strategy.
Version: 1.6.59
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foundermoney
Tags: editorial, finance, business, magazine, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ------------------------------------------------------------------
   Luxjpn — base style.css
   Heavy lifting lives in assets/css/main.css; this file only declares
   theme metadata and a couple of fallback rules in case the main
   stylesheet fails to enqueue.
   ------------------------------------------------------------------ */

body {
    margin: 0;
    font-family: 'Inter', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #FAFAF7;
    color: #1A1A1A;
    line-height: 1.65;
}

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