/*
Theme Name: Evara By The Ganges
Theme URI: https://evara.example
Author: Evara By The Ganges
Description: Lightweight Elementor-ready WordPress theme for Evara By The Ganges.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: evara
*/
:root{
  --evara-cream:#F7F2E1;
  --evara-silk:#F5F1E8;
  --evara-sage:#E6DECE;
  --evara-dark:#13201F;
  --evara-dark2:#1D2E2C;
  --evara-ink:#2A2A24;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--evara-cream);color:var(--evara-ink);font-family:'Jost',sans-serif}
img{max-width:100%;height:auto}
*,*:before,*:after{box-sizing:border-box}
.elementor-page .site-header,
.elementor-page .site-footer{display:none}
.site-main{width:100%}
