/**
Theme Name: Nawal Sagar Palace
Author: Technotus Global
Author URI: https://technotus.com/
Description: Custom theme for Nawal Sagar Palace
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nawal-sagar-palace
Template: astra
*/


:root{
    --ink:#1c150f;
    --indigo-deep:#0d2438;
    --indigo:#123449;
    --indigo-soft:#1e4a63;
    --maroon:#7a2a2f;
    --maroon-deep:#5c1f26;
    --gold:#c69a3e;
    --gold-light:#e7c876;
    --gold-pale:#f1ddac;
    --sand:#f5efe1;
    --sand-deep:#ece0c4;
    --sand-line:#d9c9a3;
    --cream-text:#f7f1e4;
    --shadow:0 18px 50px rgba(13,36,56,.18);
    --radius-soft:2px;
  }

*,*::before,*::after{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--sand);
    color:var(--ink);
    font-family:'Jost',sans-serif;
    font-weight:400;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }