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

/* NotoSans */

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

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

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

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

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

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

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

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