@font-face {
    font-family: 'Ravi';
    src: url('Ravi-Thin.woff2') format('woff2'),
        url('Ravi-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravi';
    src: url('Ravi-Light.woff2') format('woff2'),
        url('Ravi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravi';
    src: url('Ravi.woff2') format('woff2'),
        url('Ravi.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravi';
    src: url('Ravi-Medium.woff2') format('woff2'),
        url('Ravi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravi';
    src: url('Ravi-SemiBold.woff2') format('woff2'),
        url('Ravi-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravi';
    src: url('Ravi-Bold.woff2') format('woff2'),
        url('Ravi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravi';
    src: url('Ravi-ExtraBold.woff2') format('woff2'),
        url('Ravi-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}