/* Teko – local self-hosted (replaces Google Fonts CDN)
   All weights registered under font-family: 'Teko' so existing
   CSS (font-family: 'Teko', sans-serif) continues to work. */

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

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

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

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

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

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