/**
 * Lufga Font Family
 * Optimized @font-face declarations
 * 
 * @package Kuroko
 * @since 1.0.0
 */

/* ============================================
   LUFGA FONT FAMILY
   ============================================ */

/* Lufga Thin - 100 */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaThin.woff2') format('woff2'),url('../fonts/lufga/LufgaThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaThinItalic.woff2') format('woff2'),url('../fonts/lufga/LufgaThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Lufga ExtraLight - 200 */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaExtraLight.woff2') format('woff2'),url('../fonts/lufga/LufgaExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaExtraLightItalic.woff2') format('woff2'),url('../fonts/lufga/LufgaExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Lufga Light - 300 */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaLight.woff2') format('woff2'),url('../fonts/lufga/LufgaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaLightItalic.woff2') format('woff2'),url('../fonts/lufga/LufgaLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Lufga Regular - 400 */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaRegular.woff2') format('woff2'),url('../fonts/lufga/LufgaRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaItalic.woff2') format('woff2'),url('../fonts/lufga/LufgaItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Lufga Medium - 500 */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaMedium.woff2') format('woff2'),url('../fonts/lufga/LufgaMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaMediumItalic.woff2') format('woff2'),url('../fonts/lufga/LufgaMediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Lufga SemiBold - 600 */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaSemiBold.woff2') format('woff2'),url('../fonts/lufga/LufgaSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaSemiBoldItalic.woff2') format('woff2'),url('../fonts/lufga/LufgaSemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Lufga Bold - 700 */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaBold.woff2') format('woff2'),url('../fonts/lufga/LufgaBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaBoldItalic.woff2') format('woff2'),url('../fonts/lufga/LufgaBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Lufga ExtraBold - 800 */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaExtraBold.woff2') format('woff2'),url('../fonts/lufga/LufgaExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaExtraBoldItalic.woff2') format('woff2'),url('../fonts/lufga/LufgaExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Lufga Black - 900 */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaBlack.woff2') format('woff2'), url('../fonts/lufga/LufgaBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/LufgaBlackItalic.woff2') format('woff2'),url('../fonts/lufga/LufgaBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
