@charset "utf-8";

/* Roboto */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoItalic';
    src: url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoThin';
    src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
}


/* devanagari */
@font-face {
    font-family: 'Gotu';
    src: url(../fonts/Gotu/Gotu-Regular.ttf) format('truetype');
}

/* Josefin Sans */
@font-face {
    font-family: 'JosefinSansBold';
    src: url('../fonts/Josefin Sans/JosefinSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'JosefinSansItalic';
    src: url('../fonts/Josefin Sans/JosefinSans-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'JosefinSansLight';
    src: url('../fonts/Josefin Sans/JosefinSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'JosefinSansMedium';
    src: url('../fonts/Josefin Sans/JosefinSans-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/Josefin Sans/JosefinSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'JosefinSansSemiBold';
    src: url('../fonts/Josefin Sans/JosefinSans-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'JosefinSansThin';
    src: url('../fonts/Josefin Sans/JosefinSans-Thin.ttf') format('truetype');
}


/* Raleway */
@font-face {
    font-family: 'RalewayBlack';
    src: url('../fonts/Raleway/Raleway-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayBold';
    src: url('../fonts/Raleway/Raleway-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayItalic';
    src: url('../fonts/Raleway/Raleway-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayLight';
    src: url('../fonts/Raleway/Raleway-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayMedium';
    src: url('../fonts/Raleway/Raleway-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewaySemiBold';
    src: url('../fonts/Josefin Sans/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway-Thin';
    src: url('../fonts/Josefin Sans/Raleway-Thin.ttf') format('truetype');
}
