/*
Theme Name: Aaryaa Airlines Child
Template: hello-elementor
Description: Fast build child theme for Aaryaa Airlines
Version: 1.0.0
*/
:root{
  --aaryaa-primary:#d62828;
  --aaryaa-dark:#101828;
  --aaryaa-gold:#f4b400;
  --aaryaa-light:#f8fafc;
  --aaryaa-text:#1f2937;
}
body{color:var(--aaryaa-text)}
h1,h2,h3,h4,h5,h6{color:var(--aaryaa-dark)}
.elementor-button,.aaryaa-btn{background:var(--aaryaa-primary)!important;color:#fff!important;border-radius:4px!important;font-weight:700!important}
.aaryaa-section-box{background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:30px}
.aaryaa-highlight{border-top:4px solid var(--aaryaa-primary)}
