/*
Theme Name: ALYA
Theme URI: https://alyaauditors.com
Author: ALYA
Author URI: https://alyaauditors.com
Description: Standalone Elementor-ready theme for ALYA Nexus Auditing. Recreates the ALYA landing-page design system (Manrope type, navy + neon-green palette, grain overlay) and works with Elementor Pro Theme Builder for header/footer and page building. Inspired by Hello Elementor's minimal canvas structure but fully independent.
Version: 1.0.0
Requires at least: 6.0
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: alya
Tags: elementor, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, rtl-language-support
*/

/* ── Global base (ported from alya-landing/src/index.css body) ──────── */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Manrope', 'Inter', sans-serif;
  background-color: #FFFFFF;
  color: #021F4B;
  overflow-x: hidden;
}

/* Display headings */
.font-display,
.display-heading {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
}

/* Minimal fallback header/footer (only used if no Elementor location is set) */
.alya-fallback-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 4rem;
  border-bottom: 1px solid #C8DAF2;
  background: #ffffff;
}
.alya-fallback-bar .site-title a { color: #021F4B; text-decoration: none; font-weight: 800; }
.alya-fallback-footer { padding: 2rem 4rem; background: #021F4B; color: rgba(255,255,255,0.6); font-size: 13px; }
