/* Rajdhani */

@font-face {
    font-family: "Rajdhani";
    font-weight: 300;
    font-style: normal;
    src: url('Rajdhani-Light.html') format('truetype');
}
@font-face {
    font-family: "Rajdhani";
    font-weight: 400;
    font-style: normal;
    src: url('Rajdhani-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "Rajdhani";
    font-weight: 500;
    font-style: normal;
    src: url('Rajdhani-Medium.ttf') format('truetype');
}
@font-face {
    font-family: "Rajdhani";
    font-weight: 600;
    font-style: normal;
    src: url('Rajdhani-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: "Rajdhani";
    font-weight: 700;
    font-style: normal;
    src: url('Rajdhani-Bold.ttf') format('truetype');
}

/* Manrope */

@font-face {
    font-family: "Manrope";
    font-weight: 300;
    font-style: normal;
    src: url('Manrope-Light.html') format('truetype');
}
@font-face {
    font-family: "Manrope";
    font-weight: 400;
    font-style: normal;
    src: url('Manrope-Regular.ttf');
}
@font-face {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    src: url('Manrope-Medium.html') format('truetype');
}
@font-face {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    src: url('Manrope-SemiBold.ttf');
}
@font-face {
    font-family: "Manrope";
    font-weight: 700;
    font-style: normal;
    src: url('Manrope-Bold.html') format('truetype');
}