@import url(https://fonts.googleapis.com/css?family=Lato:100&display=swap); /* lato-lighter */
@font-face {
    font-family: 'Lato';
    src: url('../../static/fonts/lato-light-webfont.eot');
    src: url('../../static/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../static/fonts/lato-light-webfont.woff') format('woff'),
         url('../../static/fonts/lato-light-webfont.ttf') format('truetype'),
         url('../../static/fonts/lato-light-webfont.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../../static/fonts/lato-regular-webfont.eot');
    src: url('../../static/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../static/fonts/lato-regular-webfont.woff') format('woff'),
         url('../../static/fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../../static/fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../../static/fonts/lato-bold-webfont.eot');
    src: url('../../static/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../static/fonts/lato-bold-webfont.woff') format('woff'),
         url('../../static/fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../../static/fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'kayak_sansregular';
    src: url('../../static/fonts/kayak_sans_regular-webfont.eot');
    src: url('../../static/fonts/kayak_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../static/fonts/kayak_sans_regular-webfont.woff') format('woff'),
         url('../../static/fonts/kayak_sans_regular-webfont.ttf') format('truetype'),
         url('../../static/fonts/kayak_sans_regular-webfont.svg#kayak_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Poppins */
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    src: url('../fonts/Poppins-Light.ttf') format('TrueType');
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url('../fonts/Poppins-Regular.ttf') format('TrueType');
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    src: url('../fonts/Poppins-Medium.ttf') format('TrueType');
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    src: url('../fonts/Poppins-SemiBold.ttf') format('TrueType');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    src: url('../fonts/Poppins-SemiBold.ttf') format('TrueType');
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    src: url('../fonts/Poppins-SemiBold.ttf') format('TrueType');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    src: url('../fonts/Poppins-Bold.ttf') format('TrueType');
}

.fw-500 {
    font-weight: 500 !important;
}.fw-900 {
    font-weight: 900 !important;
}
