
@font-face {
  font-family: 'Zalando Sans';
  src:
    local('Zalando Sans Regular'),
  url('ZalandoSans-VariableFont_wdth,wght.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === Zalando Sans — Medium 500 === */
@font-face {
  font-family: 'Zalando Sans';
  src:
    local('Zalando Sans Medium'),
  url('ZalandoSans-VariableFont_wdth,wght.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* === Zalando Sans — Bold 700 === */
@font-face {
  font-family: 'Zalando Sans';
  src:
    local('Zalando Sans Bold'),
   url('ZalandoSans-VariableFont_wdth,wght.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('NotoSans-Currency-Only-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-synthesis: none;
}