@font-face {
    font-family: 'HarderHeating';
    src: url('linksy.ca/wp-content/uploads/fonts/BNBergenSt-Black.otf') format('otf'),
         url('linksy.ca/wp-content/uploads/fonts/BNBergenSt-Black.otf') format('otf');
    /* Add other font formats if necessary */
    font-weight: black;
    font-style: black;
}

/* Apply the custom font to specific elements */
{
    font-family: 'YourCustomFont', sans-serif;
}