/* Lufga Font*/

/* Black - 900 */
@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaBlack.ttf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaBlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}

/* ExtraBold - 800 */
@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaExtraBold.ttf);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaExtraBoldItalic.ttf);
    font-weight: 800;
    font-style: italic;
}

/* Bold - 700 */
@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaBold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaBoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

/* Semi Bold - 600 */
@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaSemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaSemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

/* Medium - 500 */
@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaMedium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaMediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}

/* Regular - 400 */
@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaRegular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaItalic.ttf);
    font-weight: normal;
    font-style: italic;
}

/* Light - 300 */
@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaLight.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaLightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

/* Extra Light - 200 */
@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaExtraLight.ttf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaExtraLightItalic.ttf);
    font-weight: 200;
    font-style: italic;
}

/* Thin - 100 */
@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaThin.ttf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga/LufgaThinItalic.ttf);
    font-weight: 100;
    font-style: italic;
}