@font-face {
    font-family: 'Blacker Sans Display';
    src: local('Blacker Sans Display Thin'), local('Blacker-Sans-Display-Thin'),
    url('BlackerSansDisplay-Thin.woff2') format('woff2'),
    url('BlackerSansDisplay-Thin.woff') format('woff'),
    url('BlackerSansDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu Pro';
    src: local('Apercu Pro Regular'), local('Apercu-Pro-Regular'),
    url('ApercuPro-Regular.woff2') format('woff2'),
    url('ApercuPro-Regular.woff') format('woff'),
    url('ApercuPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Blacker Sans Display';
    src: local('Blacker Sans Display Regular'), local('Blacker-Sans-Display-Regular'),
    url('BlackerSansDisplay-Regular.woff2') format('woff2'),
    url('BlackerSansDisplay-Regular.woff') format('woff'),
    url('BlackerSansDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Blacker Sans Display';
    src: local('Blacker Sans Display Light'), local('Blacker-Sans-Display-Light'),
    url('BlackerSansDisplay-Light.woff2') format('woff2'),
    url('BlackerSansDisplay-Light.woff') format('woff'),
    url('BlackerSansDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}