/* <link rel="stylesheet" href="{ basePath }/sfsites/c/resource/ecommFontInter/font.css?{ versionKey }"/> */

/* INTER */

@font-face {
    font-family: 'Inter';
    font-weight: 100;
    font-style: normal;
    src: url('/sfsites/c/resource/ecommFontInter/Inter-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 200;
    font-style: normal;
    src: url('/sfsites/c/resource/ecommFontInter/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
    src: url('/sfsites/c/resource/ecommFontInter/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    src: url('/sfsites/c/resource/ecommFontInter/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src: url('/sfsites/c/resource/ecommFontInter/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    src: url('/sfsites/c/resource/ecommFontInter/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 800;
    font-style: normal;
    src: url('/sfsites/c/resource/ecommFontInter/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 900;
    font-style: normal;
    src: url('/sfsites/c/resource/ecommFontInter/Inter-Black.ttf') format('truetype');
}