/*
Theme Name: Disoic Theme
Theme URI: https://disoic.com/
Author: Disoic Technology
Author URI: https://disoic.com/
Description: Electronic components B2B distributor theme for Disoic Technology — a WordPress port of the disoic-static prototype (light blue-white design system, PRD V1.2). Inventory, part, category and brand pages are provided by the Disoic Inventory plugin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
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: disoic-theme
*/

/* =========================================================
   Base tokens & resets — ported from the static prototype's
   inline <style> block (disoic-static/index.html).
   css/site.css (the static design system) depends on these.
   ========================================================= */

@font-face { font-family:'ArsenalSC'; src:url('fonts/ArsenalSC-Regular.ttf') format('truetype'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'JetBrainsMono'; src:url('fonts/JetBrainsMono-Regular.ttf') format('truetype'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'JetBrainsMono'; src:url('fonts/JetBrainsMono-Bold.ttf') format('truetype'); font-weight:700; font-style:normal; font-display:swap; }

:root{
  --bg:#F5F7FA; --bg2:#FFFFFF; --ink:#101C30; --muted:#56617A; --rule:#DFE5EF;
  --accent:#1E6FE8; --accent2:#0AB5A6; --hero-tint:#EAF1FA;
  --font-body:'ArsenalSC',-apple-system,'Segoe UI','Microsoft YaHei',sans-serif;
  --font-mono:'JetBrainsMono',Consolas,monospace;
}

html{scroll-behavior:smooth}
body{font-family:var(--font-body);background:var(--bg);color:var(--ink);font-size:15px;line-height:1.65}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.mono{font-family:var(--font-mono)}
#app{min-height:100vh;display:flex;flex-direction:column}
#app main{flex:1}
*{margin:0;padding:0;box-sizing:border-box}
.page-wrap{max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 3rem;width:100%}

/* Anchors replacing the static prototype's div/span click targets */
.logo, .bm-card, .catcard, .newscard, .rfq-pill, .hot-tag, .vwa { text-decoration:none; }
.logo:hover, .bm-card:hover, .catcard:hover, .newscard:hover, .rfq-pill:hover, .hot-tag:hover { text-decoration:none; }
.logo { cursor:pointer; }
.rfq-pill { font-family:var(--font-body); }

/* Custom menu assigned to the "primary" location */
.nav-links ul { display:flex; gap:1.15rem; list-style:none; }
.nav-links li.current-menu-item > a,
.nav-links a.current-menu-item { color:var(--ink); font-weight:600; }

/* WordPress-required alignment for the page shell */
#app { max-width:100%; }
