/* Dark Green Trading — base rules for the standalone PHP site only.
   WordPress/Elementor already provides these, so this file is NOT part of the
   Elementor handoff in elementor-html/. Everything design-related still lives
   in scoped-style.css under .dg-site. */

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; }

/* Current page in the main and mobile navigation. */
.dg-site .dg-nav a.is-active,
.dg-site .dg-mobile-menu nav a.is-active { color: var(--dg-green); }

/* Visible keyboard focus — the design file does not define one. */
.dg-site a:focus-visible,
.dg-site button:focus-visible,
.dg-site summary:focus-visible { outline: 2px solid var(--dg-gold); outline-offset: 3px; }
