/* Explain: Theme design tokens for the boutique corporate law brand. */
:root {
    --primary-color: #2A0845;
    --primary-hover: #1D0531;
    --secondary-color: #D4AF37;
    --accent-color: #D4AF37;
    --background-color: #FCFAFF;
    --cream-color: #FDFBF7;
    --surface-color: #FFFFFF;
    --surface-warm: #F6F3FA;
    --text-color: #1A1A1A;
    --text-muted: #5C5566;
    --border-color: #E2D7ED;
    --brass-soft: #EBDCF5;
    --burgundy-ink: #140321;
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Lato', sans-serif;
    --shadow-soft: 0 24px 70px rgba(42, 8, 69, 0.08);
    --shadow-card: 0 18px 45px rgba(42, 8, 69, 0.05);
    --radius-pill: 999px;
}