/* SangBleu Empire Font Family */

@font-face {
    font-family: 'SangBleu Empire';
    src: url('SangBleuEmpire-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Empire';
    src: url('SangBleuEmpire-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Empire';
    src: url('SangBleuEmpire-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Empire';
    src: url('SangBleuEmpire-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Empire';
    src: url('SangBleuEmpire-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Empire';
    src: url('SangBleuEmpire-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Empire';
    src: url('SangBleuEmpire-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}




