/*
Theme Name: Digamber Arts
Theme URI: https://digamberarts.com
Author: Studio Digamber
Author URI: https://digamberarts.com
Description: Heritage Brass. Indian Craft. Objects With Presence. A bespoke editorial luxury theme crafted for Digamber Arts, rooted in Old Delhi.
Version: 1.0.0
License: Proprietary
License URI: https://digamberarts.com/license
Text Domain: digamber-arts
Tags: luxury, heritage, art-gallery, editorial, brass-sculptures, bespoke
*/

/* Minimal CSS reset and WordPress standard classes */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FAF8F5;
    color: #1A1918;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}
