/* =============================================================
   Lexend Font Family — All 9 Weights
   Font files location: ../fonts/  (assets/lexend-fonts/fonts/)
   CSS file location  : assets/lexend-fonts/css/lexend-fonts.css
   ============================================================= */

/* Lexend - Thin (100) */
@font-face {
    font-family: 'Lexend';
    src: url('../webfonts/Lexend-Thin.eot');
    src: url('../webfonts/Lexend-Thin.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Lexend-Thin.woff2') format('woff2'),
        url('../webfonts/Lexend-Thin.woff') format('woff'),
        url('../webfonts/Lexend-Thin.ttf') format('truetype'),
        url('../webfonts/Lexend-Thin.svg#Lexend-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Lexend - ExtraLight (200) */
@font-face {
    font-family: 'Lexend';
    src: url('../webfonts/Lexend-ExtraLight.eot');
    src: url('../webfonts/Lexend-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Lexend-ExtraLight.woff2') format('woff2'),
        url('../webfonts/Lexend-ExtraLight.woff') format('woff'),
        url('../webfonts/Lexend-ExtraLight.ttf') format('truetype'),
        url('../webfonts/Lexend-ExtraLight.svg#Lexend-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Lexend - Light (300) */
@font-face {
    font-family: 'Lexend';
    src: url('../webfonts/Lexend-Light.eot');
    src: url('../webfonts/Lexend-Light.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Lexend-Light.woff2') format('woff2'),
        url('../webfonts/Lexend-Light.woff') format('woff'),
        url('../webfonts/Lexend-Light.ttf') format('truetype'),
        url('../webfonts/Lexend-Light.svg#Lexend-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Lexend - Regular (400) */
@font-face {
    font-family: 'Lexend';
    src: url('../webfonts/Lexend-Regular.eot');
    src: url('../webfonts/Lexend-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Lexend-Regular.woff2') format('woff2'),
        url('../webfonts/Lexend-Regular.woff') format('woff'),
        url('../webfonts/Lexend-Regular.ttf') format('truetype'),
        url('../webfonts/Lexend-Regular.svg#Lexend-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Lexend - Medium (500) */
@font-face {
    font-family: 'Lexend';
    src: url('../webfonts/Lexend-Medium.eot');
    src: url('../webfonts/Lexend-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Lexend-Medium.woff2') format('woff2'),
        url('../webfonts/Lexend-Medium.woff') format('woff'),
        url('../webfonts/Lexend-Medium.ttf') format('truetype'),
        url('../webfonts/Lexend-Medium.svg#Lexend-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Lexend - SemiBold (600) */
@font-face {
    font-family: 'Lexend';
    src: url('../webfonts/Lexend-SemiBold.eot');
    src: url('../webfonts/Lexend-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Lexend-SemiBold.woff2') format('woff2'),
        url('../webfonts/Lexend-SemiBold.woff') format('woff'),
        url('../webfonts/Lexend-SemiBold.ttf') format('truetype'),
        url('../webfonts/Lexend-SemiBold.svg#Lexend-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Lexend - Bold (700) */
@font-face {
    font-family: 'Lexend';
    src: url('../webfonts/Lexend-Bold.eot');
    src: url('../webfonts/Lexend-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Lexend-Bold.woff2') format('woff2'),
        url('../webfonts/Lexend-Bold.woff') format('woff'),
        url('../webfonts/Lexend-Bold.ttf') format('truetype'),
        url('../webfonts/Lexend-Bold.svg#Lexend-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Lexend - ExtraBold (800) */
@font-face {
    font-family: 'Lexend';
    src: url('../webfonts/Lexend-ExtraBold.eot');
    src: url('../webfonts/Lexend-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Lexend-ExtraBold.woff2') format('woff2'),
        url('../webfonts/Lexend-ExtraBold.woff') format('woff'),
        url('../webfonts/Lexend-ExtraBold.ttf') format('truetype'),
        url('../webfonts/Lexend-ExtraBold.svg#Lexend-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Lexend - Black (900) */
@font-face {
    font-family: 'Lexend';
    src: url('../webfonts/Lexend-Black.eot');
    src: url('../webfonts/Lexend-Black.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Lexend-Black.woff2') format('woff2'),
        url('../webfonts/Lexend-Black.woff') format('woff'),
        url('../webfonts/Lexend-Black.ttf') format('truetype'),
        url('../webfonts/Lexend-Black.svg#Lexend-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

