/*
 * Avatar Diamonds Child Theme — Custom Styles
 *
 * Styles will be added as we build out pages and components.
 */

/* ==========================================================================
   Root variables (to be fleshed out once brand colors are confirmed)
   ========================================================================== */

:root {
    /* Placeholder palette — will be finalized when brand colors are provided */
    --ad-color-primary: #1a1a1a;
    --ad-color-accent: #bf9f5a;   /* Warm gold tone */
    --ad-color-bg: #ffffff;
    --ad-color-text: #222222;
    --ad-color-muted: #6b6b6b;

    --ad-font-heading: "Playfair Display", Georgia, serif;
    --ad-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
