/* Teko Font Family */

@font-face {
    font-family: 'Teko';
    src: url('fonts/Teko-Variable.woff2') format('woff2-variations'),
         url('fonts/Teko-Variable.woff') format('woff-variations');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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