/* 
.ttf format('truetype')
.otf format('opentype')
.woff format('woff')
.woff2 format('woff2') 
*/

/* Font Name: Rajdhani */
@font-face {
    font-family: "Rajdhani";
    src: url('rajdhani/Rajdhani-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Rajdhani";
    src: url('rajdhani/Rajdhani-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Rajdhani";
    src: url('rajdhani/Rajdhani-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Rajdhani";
    src: url('rajdhani/Rajdhani-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Rajdhani";
    src: url('rajdhani/Rajdhani-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
