@font-face {
    font-family: 'ASF';
    src: url('Fonts/asf-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'ASF';
    src: url('Fonts/asf-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

.asf-font {
    font-family: 'ASF', serif !important;
}