@font-face {
    font-display: swap;
    font-family: 'AcherusFeral';
     src: local('Acherus Feral Light'),
         url('AcherusFeral-Light.woff') format('woff'),
        url('AcherusFeral-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'AcherusFeral';
    src: local('Acherus Feral Bold'),
    url('AcherusFeral-Bold.woff') format('woff'),
    url('AcherusFeral-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-display: swap;
    font-family: 'AcherusFeral';
    src: local('Acherus Feral Bold'),
    url('AcherusFeral-Bold.woff') format('woff'),
    url('AcherusFeral-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
