/* normal */
@font-face {
    font-family: 'Caudex';
    font-style: normal;
    font-weight: normal;
    src:
        local('Caudex'),
        url("images/font/Caudex/Caudex-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Caudex-Bold';
    font-style: normal;
    font-weight: bold;
    src: url("font/Caudex/Caudex-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: normal;
    src: url("font/Cinzel/static/Cinzel-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Cinzel-Bold';
    font-style: normal;
    font-weight: bold;
    src: url("font/Cinzel/static/Cinzel-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'Gindeon_Roman';
    font-style: normal;
    font-weight: normal;
    src: url("font/Gideon_Roman/GideonRoman-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Zen_Antique';
    font-style: normal;
    font-weight: normal;
    src: url("font/Zen_Antique/ZenAntique-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Zen_Antique_Soft';
    font-style: normal;
    font-weight: normal;
    src: url("font/Zen_Antique_Soft/ZenAntiqueSoft-Regular.ttf") format('truetype');
}