/* Polices pour la personnalisation de ceinture */

/* Police japonaise Mincho pour les kanjis */
@font-face {
    font-family: 'Shippori Mincho';
    src: url('../fonts/ShipporiMincho-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Police japonaise gothique - Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/* Polices alternatives système */
.font-karate {
    font-family: 'Arial Black', 'Helvetica Black', sans-serif;
    font-weight: 900;
}

.font-traditional {
    font-family: 'Times New Roman', Times, serif;
}

.font-modern {
    font-family: 'Arial', Helvetica, sans-serif;
}

.font-classic {
    font-family: 'Georgia', Times, serif;
} 