/*
Theme Name: Mekongzon Metasol Theme
Theme URI: https://mekongzon.com
Author: Mekongzon
Author URI: https://mekongzon.com
Description: A fullscreen institutional investment philosophy theme for Mekongzon, centered on a static Metasol solar-system visual.
Version: 1.0.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mekongzon-metasol
Tags: custom-logo, custom-colors, one-column, responsive-layout
*/

:root {
  --mz-bg: #05070d;
  --mz-bg-soft: #0b1020;
  --mz-text: #f8f3e8;
  --mz-muted: #c9c1b4;
  --mz-line: rgba(248,243,232,0.22);
  --mz-accent: #f6d58b;
  --mz-accent-soft: rgba(246,213,139,0.16);
  --mz-logo-desktop: 45px;
  --mz-logo-mobile: 35px;
  --mz-site-title-size: 18px;
  --mz-tagline-size: 11px;
  --mz-eyebrow-size: 12px;
  --mz-hero-title-size: 42px;
  --mz-hero-description-size: 16px;
  --mz-planet-title-size: 14px;
  --mz-planet-description-size: 10px;
  --mz-footer-size: 13px;
  --mz-sun-size: 118px;
  --mz-planet-size: 108px;
  --mz-logo-ring-color: #D4AF37;
  --mz-logo-ring-width: 2px;
  --mz-logo-ring-gap: 0px;
  --mz-logo-ring-glow: 0.42;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body {
  background: var(--mz-bg);
  color: var(--mz-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
