/*
Theme Name: Museums India
Theme URI: https://github.com/sakthi-webdev/
Author: Sakthivel N
Author URI: https://github.com/sakthi-webdev/
Description: A WordPress theme for showcasing Indian museums with reviews, ratings, and partner dashboards.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: museums-india
*/
:root {
  --font-heading: 'DM Sans', 'Georgia', serif;
  --font-body: 'DM Sans', 'Helvetica Neue', sans-serif;

  --color-primary: #bb4d00;
  --color-secondary: #c57137;
  --color-accent: #e27101;
  --color-destructive: #d4183d;
  --color-bg-text: #d6d3d1;
  --color-hover: #92400e;

  --radius: 10px;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  /*font-family: "Lora", serif;*/
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #5C4033; /* heritage brown */
}

/* Body text */
body, p, li, span {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "DM Sans", sans-serif;
}
