@font-face {
    font-family: 'Rajdhani';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/rajdhani-light.woff2') format('woff2'),
         url('../fonts/rajdhani-light.woff') format('woff');
    font-display: swap;
}

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

@font-face {
    font-family: 'Rajdhani';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/rajdhani-medium.woff2') format('woff2'),
         url('../fonts/rajdhani-medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/rajdhani-semibold.woff2') format('woff2'),
         url('../fonts/rajdhani-semibold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/rajdhani-bold.woff2') format('woff2'),
         url('../fonts/rajdhani-bold.woff') format('woff');
    font-display: swap;
}
