/*
Theme Name: Audrielle
Theme URI: https://audrielleauclair.com
Author: Audrielle Auclair
Author URI: https://audrielleauclair.com
Description: Bespoke Clothing & Personal Styling — A luxury fashion theme for Audrielle Auclair featuring navy and gold branding, Cormorant Garamond and Montserrat typography, and a complete service-based booking experience.
Version: 1.0.0
License: Private
Text Domain: audrielle
Tags: custom-background, custom-logo, menu-editor, featured-images, responsive-layout
*/

/* This file is the WordPress theme identifier. All styles are in assets/css/theme.css */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Montserrat:wght@300;400;500&display=swap');

body, p, li, span, div {
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}
:root {
  --gold: #b8922a;       /* darker, more luxurious gold */
  --navy: #0d1b2a;
  --cream: #f5f0e8;
  --bg: #edeae6;
}
nav a, .nav-links a, .aa-nav a, .svc-nav-links a {
  color: var(--gold) !important;
}
nav a:hover {
  opacity: 0.75;
}
