@font-face {
    font-family: 'Adani-Regular';
    src: url('/fonts/AdaniInstitute/Adani-ExtraLight.woff') format('woff'), url('/fonts/AdaniInstitute/Adani-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('/fonts/AdaniInstitute/Adani-Medium.woff') format('woff'), url('/fonts/AdaniInstitute/Adani-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('/fonts/AdaniInstitute/Adani-Regular.woff') format('woff'), url('/fonts/AdaniInstitute/Adani-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('/fonts/AdaniInstitute/Adani-Regular_1.woff') format('woff'), url('/fonts/AdaniInstitute/Adani-Regular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('/fonts/AdaniInstitute/Adani-Light.woff') format('woff'), url('/fonts/AdaniInstitute/Adani-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('/fonts/AdaniInstitute/Adani-Bold.woff') format('woff'), url('/fonts/AdaniInstitute/Adani-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('/fonts/AdaniInstitute/Adani-SemiBold.woff') format('woff'), url('/fonts/AdaniInstitute/Adani-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html, body {
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
    font-family: 'Adani-Regular';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    background-color: #f4efec;
}
