/* Light – peso 300 */
@font-face {
  font-family: 'Zetkin';
  src: url('../fonts/Zetkin-NormalLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zetkin Wide 300';
  src: url('../fonts/Zetkin-WideLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular – peso 400 */
@font-face {
  font-family: 'Zetkin';
  src: url('../fonts/Zetkin-NormalRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Wide – peso 400 */
@font-face {
  font-family: 'Zetkin Wide';
  src: url('../fonts/Zetkin-WideRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* Medium Wide– peso 500 */
@font-face {
  font-family: 'Zetkin Wide 500';
  src: url('../fonts/Zetkin-WideMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium – peso 500 */
@font-face {
  font-family: 'Zetkin';
  src: url('../fonts/Zetkin-NormalMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}