/* local fonts */

/* inter - body text */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../public/fonts/Inter-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../public/fonts/Inter-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../public/fonts/Inter-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../public/fonts/Inter-SemiBold.woff2') format('woff2');
}

/* zalando sans semiexpanded - headlines */
@font-face {
  font-family: 'Zalando Sans SemiExpanded';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../public/fonts/ZalandoSansSemiExpanded.woff2') format('woff2');
}
@font-face {
  font-family: 'Zalando Sans SemiExpanded';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../public/fonts/ZalandoSansSemiExpanded.woff2') format('woff2');
}

/* panchang - numbers and kickers */
@font-face {
  font-family: 'Panchang';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../public/fonts/panchang/fonts/Panchang-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Panchang';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../public/fonts/panchang/fonts/Panchang-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Panchang';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../public/fonts/panchang/fonts/Panchang-Semibold.woff2') format('woff2');
}
