/*!
Theme Name: Solivra Agency
Theme URI: https://solivra.agency
Author: Solivra Agency
Author URI: https://solivra.agency
Description: Premium WordPress theme for Solivra Agency — a 2026 SaaS-style digital agency website. Sticky glassmorphism navbar, smooth scroll, reveal animations, modern gradients, and luxury dark aesthetic. Built for Elementor Free compatibility.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
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: solivra
Tags: business, portfolio, agency, dark, modern, premium, elementor, one-column, two-columns, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, block-templates, wide-blocks
*/

/* Base reset + minimal fallback styles.
   All real styling lives in assets/css/*.css and is enqueued via functions.php. */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #050B1A;
  color: #E6EDF7;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}
