/*
Theme Name: Yoko Asset Management
Theme URI: https://yokoassetmanagement.store
Author: YOKO ASSET MANAGEMENT 2 PTE. LTD.
Author URI: https://yokoassetmanagement.store
Description: Premium, corporate, fully responsive WordPress theme for YOKO ASSET MANAGEMENT 2 PTE. LTD. — a Singapore-based asset management and management consultancy firm. Includes homepage sections, services, industries, insights, testimonials, FAQ, contact, WooCommerce compatibility, and full customizer support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yoko-am
Domain Path: /languages
Tags: business, corporate, finance, consulting, custom-logo, custom-menu, custom-colors, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, responsive-layout, sticky-post, footer-widgets, e-commerce
*/

/* Base reset (main styles live in assets/css/main.css enqueued via functions.php). */
:root{
  --yam-primary:#0F3D6E;
  --yam-secondary:#C8A34D;
  --yam-accent:#1F7A8C;
  --yam-bg:#FFFFFF;
  --yam-light:#F5F7FA;
  --yam-text:#0B1E36;
  --yam-muted:#5A6B85;
  --yam-border:#E4E9F1;
  --yam-radius:12px;
  --yam-shadow:0 10px 30px rgba(15,61,110,.08);
  --yam-font-head:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --yam-font-body:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--yam-font-body);color:var(--yam-text);background:var(--yam-bg);line-height:1.65;-webkit-font-smoothing:antialiased}
