@charset "utf-8";
/* Font Definitions */

/* Custom Font Classes */
.font-shippori-mincho {
    font-family: 'Shippori Mincho', serif;
}

/* Cormorant Garamond Font Classes */
.font-cormorant-garamond {
    font-family: 'Cormorant Garamond', serif;
}

.font-cormorant-garamond-300 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

.font-cormorant-garamond-400 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

.font-cormorant-garamond-500 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

.font-cormorant-garamond-600 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.font-cormorant-garamond-700 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}

/* Italic variants */
.font-cormorant-garamond-italic {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}

.font-cormorant-garamond-300-italic {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-style: italic;
}

.font-cormorant-garamond-400-italic {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
}

.font-cormorant-garamond-500-italic {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: italic;
}

.font-cormorant-garamond-600-italic {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-style: italic;
}

.font-cormorant-garamond-700-italic {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: italic;
}

/* Mixed Font Classes - Japanese text with English in Cormorant Garamond */
.font-mixed {
    font-family: 'Shippori Mincho', 'Cormorant Garamond', serif;
}

/* English text priority - Cormorant Garamond for English, Shippori Mincho for Japanese */
.font-english-priority {
    font-family: 'Cormorant Garamond', 'Shippori Mincho', serif;
}

/* Font Weight Utilities */
.font-shippori-mincho-400 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
}

.font-shippori-mincho-500 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}

.font-shippori-mincho-600 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
}

.font-shippori-mincho-700 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
}

.font-shippori-mincho-800 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
}

.text-base {
    font-size: 15px !important;
}

.text-md {
    font-size: 15px !important;
}