@font-face {
    font-family: 'Iosevka Custom';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/iosevka-custom-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Iosevka Custom';
    font-style: italic;
    font-weight: 500;
    src: url(/fonts/iosevka-custom-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Iosevka Custom';
    font-style: normal;
    font-weight: 800;
    src: url(/fonts/iosevka-custom-bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Iosevka Custom';
    font-style: italic;
    font-weight: 800;
    src: url(/fonts/iosevka-custom-bolditalic.ttf) format('truetype');
}
