/* --------------------------
		Font Face
-------------------------- */
@font-face {
    font-family: 'Ananda';
    src: url('../fonts/Ananda.woff2') format('woff2'),
        url('../fonts/Ananda.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.ff_Calibri_400{
    font-family: 'Calibri';
    font-weight: 400;
}



@font-face {
    font-family: 'Frutiger LT Std';
    src: url('../fonts/FrutigerLTStd-Light.woff2') format('woff2'),
        url('../fonts/FrutigerLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Frutiger LT Pro';
    src: url('../fonts/FrutigerLTPro-Roman.woff2') format('woff2'),
        url('../fonts/FrutigerLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Frutiger LT Pro 45';
    src: url('../fonts/FrutigerLTPro-Bold.woff2') format('woff2'),
        url('../fonts/FrutigerLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Syke';
    src: url('../fonts/Syke-Light.woff2') format('woff2'),
        url('../fonts/Syke-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Syke';
    src: url('../fonts/Syke-Regular.woff2') format('woff2'),
        url('../fonts/Syke-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Syke';
    src: url('../fonts/Syke-Medium.woff2') format('woff2'),
        url('../fonts/Syke-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Syke';
    src: url('../fonts/Syke-Bold.woff2') format('woff2'),
        url('../fonts/Syke-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Rupee';
    src: url('../fonts/Rupee.woff2') format('woff2'),
        url('../fonts/Rupee.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Font Classes */
.ff_Ananda_400{
    font-family: 'Ananda';
    font-weight: 400;
}
.ff_Calibri_400{
    font-family: 'Calibri';
    font-weight: 400;
}

.ff_Frutiger_300{
    font-family: 'Frutiger LT Std';
    font-weight: 300;
}
.ff_Frutiger_300{
    font-family: 'Frutiger LT Pro';
    font-weight: 400;
}
.ff_Frutiger_700{
    font-family: 'Frutiger LT Pro 45';
    font-weight: bold;
}

.ff_Syke_300{
    font-family: 'Syke';
    font-weight: 300;
}
.ff_Syke_400{
    font-family: 'Syke';
    font-weight: normal;
}
.ff_Syke_500{
    font-family: 'Syke';
    font-weight: 500;
}
.ff_Syke_700{
    font-family: 'Syke';
    font-weight: bold;
}

.ff_Minion_400{
    font-family: 'Ananda';
    font-weight: 400;
}

.ff_Rupee{
    font-family: 'Rupee';
    font-weight: normal;
}






/* Special Classes */

.fz_18_Box{
    *{font-size: 18px;}
}

/* Special Classes */