/*
Theme Name: Vireon Elementor
Theme URI: https://example.com/vireon-elementor
Author: OpenAI
Description: Tema WordPress ringan untuk Elementor dan Elementor Pro Theme Builder. Header, footer, single, archive, 404, dan halaman dapat diganti sepenuhnya melalui Edit with Elementor.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: vireon-elementor
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --vr-ink: #090b0a;
  --vr-surface: #111412;
  --vr-soft: #1a1e1b;
  --vr-paper: #f5f6f1;
  --vr-muted: #a7ada7;
  --vr-accent: #d7ff52;
  --vr-line: #2b302c;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--vr-ink); color: var(--vr-paper); }
*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.vireon-fallback { width: min(1180px, calc(100% - 40px)); margin-inline: auto; padding-block: 72px; }
.vireon-fallback a { color: var(--vr-accent); }

