/* Acherus Militant font faces */

@font-face {
    font-family: 'Acherus Militant';
    src: url('../fonts/acherus-militant-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acherus Militant';
    src: url('../fonts/acherus-militant-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


