/*
Theme Name: ORVAN Landing
Theme URI: https://orvan.example
Author: ORVAN
Description: Fullscreen Elementor-ready theme for the ORVAN preregistration experience.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: orvan-landing
*/

:root {
  --orvan-bg: #050505;
  --orvan-card: #121212;
  --orvan-border: #242424;
  --orvan-accent: #38c7ae;
  --orvan-text: #f6f6f6;
  --orvan-muted: #a0a7ad;
}

html, body { margin: 0; min-height: 100%; background: var(--orvan-bg); color: var(--orvan-text); }
body { font-family: "Yekan Bakh", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
