@font-face {
    font-family: 'Neutraface Light';
    src: url('../fonts/Neutraface-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Neutraface Medium';
    src: url('../fonts/Neutraface-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Neutraface Bold';
    src: url('../fonts/Neutraface-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Neutraface Titling';
    src: url('../fonts/Neutraface-Titling.otf') format('opentype');
    font-weight: 800;
}
