@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 200 400;
    src: local('Mazzard Regular'),
        url('SF-Pro-Display-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500 600;
    src: local('Mazzard Medium'),
        url('SF-Pro-Display-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700 900;
    src: local('Mazzard Bold'),
        url('SF-Pro-Display-Bold.otf') format('opentype');
}