/* Global Typography - English: Cinzel, Japanese: Zen Kaku Gothic Antique */

/* Base body font - Japanese */
body {
    font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
}

/* Japanese text elements */
p, 
li, 
td, 
th, 
dd, 
dt,
textarea,
input,
select,
button {
    font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
}

/* English/Headings - Cinzel */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif !important;
    font-weight: 400;
}

/* Navigation - Japanese */
.main-navigation a,
.footer-navigation a {
    font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
}

/* Logo/Branding - English */
.site-branding,
.site-branding a,
.site-title,
.site-title a {
    font-family: 'Cinzel', serif !important;
}

/* English labels and tags */
.label,
.tag,
.badge,
[class*="label-"],
[class*="tag-"] {
    font-family: 'Cinzel', serif !important;
}

/* Specific English text */
.en,
.english,
[lang="en"] {
    font-family: 'Cinzel', serif !important;
}

/* Specific Japanese text */
.ja,
.japanese,
[lang="ja"] {
    font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
}

/* Numbers in specific contexts */
.page-number,
.price,
.date {
    font-family: 'Cinzel', serif !important;
}

/* Form labels */
label {
    font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
}

/* Buttons with English text */
.btn-en,
.button-en {
    font-family: 'Cinzel', serif !important;
}

/* Override for specific sections that should use Cinzel */
.section-title-en,
.hero-title,
.page-title {
    font-family: 'Cinzel', serif !important;
}

/* Specific section overrides */

/* Achievement section subtitle - Yu Mincho */
.achievement-subtitle,
.achievement-header .achievement-subtitle,
p.achievement-subtitle {
    font-family: 'Yu Mincho', 'YuMincho', '游明朝', 'Yu Mincho', serif !important;
    font-weight: 400 !important;
}

/* Column section title (COLUMN) - Cinzel */
.column-title,
h2.column-title {
    font-family: 'Cinzel', serif !important;
}

/* Column section subtitle - Zen Kaku Gothic Antique */
.column-subtitle {
    font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
}

/* Renovation gallery descriptions - Zen Kaku Gothic Antique */
.case-title {
    font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
}

/* Renovation floor plan labels - Cinzel */
.case-floor {
    font-family: 'Cinzel', serif !important;
    font-weight: 700 !important;
}

/* Ensure proper font weights are available */
.font-light { font-weight: 300; }
.font-regular { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }