@font-face {
    font-family: 'Haval';
    src: url('../fonts/Haval-Light.otf');
    src: local('Haval-Light'),
    url('../fonts/Haval-Light.woff') format('woff'),
    url('../fonts/Haval-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Haval';
    src: url('../fonts/Haval-Regular.otf');
    src: local('Haval-Light'),
    url('../fonts/Haval-Regular.woff') format('woff'),
    url('../fonts/Haval-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Haval';
    src: url('../fonts/Haval-Medium.otf');
    src: local('Haval-Medium'),
    url('../fonts/Haval-Medium.woff') format('woff'),
    url('../fonts/Haval-Medium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Haval';
    src: url('../fonts/Haval-MediumSlanted.otf');
    src: local('Haval-MediumSlanted'),
    url('../fonts/Haval-MediumSlanted.woff') format('woff'),
    url('../fonts/Haval-MediumSlanted.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}