/* Regular */
@font-face {
    font-family: 'Lineal';
    src: url('../assets/fonts/lineal/woff/Lineal-Regular.woff2') format('woff2'),
        url('../assets/fonts/lineal/woff/Lineal-Regular.woff') format('woff'),
        url('../assets/fonts/lineal/ttf/Lineal-Regular.ttf') format('truetype'),
        url('../assets/fonts/lineal/otf/Lineal-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Thin */
@font-face {
    font-family: 'Lineal';
    src: url('../assets/fonts/lineal/woff/Lineal-Thin.woff2') format('woff2'),
        url('../assets/fonts/lineal/woff/Lineal-Thin.woff') format('woff'),
        url('../assets/fonts/lineal/ttf/Lineal-Thin.ttf') format('truetype'),
        url('../assets/fonts/lineal/otf/Lineal-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'Lineal';
    src: url('../assets/fonts/lineal/woff/Lineal-Light.woff2') format('woff2'),
        url('../assets/fonts/lineal/woff/Lineal-Light.woff') format('woff'),
        url('../assets/fonts/lineal/ttf/Lineal-Light.ttf') format('truetype'),
        url('../assets/fonts/lineal/otf/Lineal-Light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'Lineal';
    src: url('../assets/fonts/lineal/woff/Lineal-Medium.woff2') format('woff2'),
        url('../assets/fonts/lineal/woff/Lineal-Medium.woff') format('woff'),
        url('../assets/fonts/lineal/ttf/Lineal-Medium.ttf') format('truetype'),
        url('../assets/fonts/lineal/otf/Lineal-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Lineal';
    src: url('../assets/fonts/lineal/woff/Lineal-Bold.woff2') format('woff2'),B
        url('../assets/fonts/lineal/woff/Lineal-Bold.woff') format('woff'),
        url('../assets/fonts/lineal/ttf/Lineal-Bold.ttf') format('truetype'),
        url('../assets/fonts/lineal/otf/Lineal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Black */
@font-face {
    font-family: 'Lineal';
    src: url('../assets/fonts/lineal/woff/Lineal-Black.woff2') format('woff2'),
        url('../assets/fonts/lineal/woff/Lineal-Black.woff') format('woff'),
        url('../assets/fonts/lineal/ttf/Lineal-Black.ttf') format('truetype'),
        url('../assets/fonts/lineal/otf/Lineal-Black.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* Heavy */
@font-face {
    font-family: 'Lineal';
    src: url('../assets/fonts/lineal/woff/Lineal-Heavy.woff2') format('woff2'),
        url('../assets/fonts/lineal/woff/Lineal-Heavy.woff') format('woff'),
        url('../assets/fonts/lineal/ttf/Lineal-Heavy.ttf') format('truetype'),
        url('../assets/fonts/lineal/otf/Lineal-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
