/**
 * Casa Vogue Luxury Russian Stylesheet
 * Strictly loaded on /ru/ subdirectories.
 */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap');

html[lang="ru"],
body.cv-lang-ru {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Headings & Luxury Accents */
body.cv-lang-ru h1,
body.cv-lang-ru h2,
body.cv-lang-ru h3,
body.cv-lang-ru h4,
body.cv-lang-ru .font-serif,
body.cv-lang-ru .font-heading {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    letter-spacing: 0.03em !important;
    line-height: 1.25 !important;
}

body.cv-lang-ru p,
body.cv-lang-ru span,
body.cv-lang-ru a,
body.cv-lang-ru button {
    letter-spacing: 0.01em;
}

/* Uppercase Nav & Button Spacing Tuning for Cyrillic */
body.cv-lang-ru nav a,
body.cv-lang-ru button,
body.cv-lang-ru .uppercase {
    letter-spacing: 0.08em;
}

/* Curated Mega Menu Subheadings */
body.cv-lang-ru .mega-menu-panel h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
}
