/* Japanese Resume Overrides — imports base styles, then adjusts for Japanese typography */
@import url('style.css');

:root {
    --font-main: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'Yu Mincho', 'YuMincho', 'MS PMincho', serif;
    --font-headers: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic', 'YuGothic', 'Meiryo', sans-serif;
}

/* Remove all italics — CJK text should not be italicized */
.job-subheader .date,
.edu-details .date {
    font-style: normal;
}

.role-summary {
    font-style: normal;
}

.role-summary i {
    font-style: normal;
}
